#AB2619

Color #AB2619 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AB2619

Tints of Fire Brick #AB2619

Color information

#AB2619 (or 0xAB2619) is unknown color: approx Fire Brick. HEX triplet: AB, 26 and 19. RGB value is (171,38,25). Sum of RGB (Red+Green+Blue) = 171+38+25=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2619 is #54D9E6. Grayscale: #4C4C4C. Windows color (decimal): -5560807 or 1648299. OLE color: 1648299.

HSL color Cylindrical-coordinate representation of color #AB2619: hue angle of 5.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB2619 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1713825-
CMYK00.780.850.33
HSL5.34º74.49%38.43%-
HSV(B)5.34º85.38%67.06%-
XYZ17.6610.111.94-
YUV76.2899.06195.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 73.08%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 25 (10.16% from 255) = 10.68%
R=73.08%
G=16.24%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171382500.780.850.335.3474.4938.43
HexAB261904E552154a26
Octal2534631011612541511246
Binary10101011100110110010100111010101011000011011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2619; }

 p { color: rgb(171,38,25); }

 H1.HeaderClassName
 {
   color: #AB2619;
 }
 .AnyTagClassName
 {
   color: #AB2619;
 }
</style>
background-color css

<style>
 a { background-color: #AB2619; }

 a { background-color: rgb(171,38,25); }

 div.DivClassName
 {
   background-color: #AB2619;
 }
 .BgClassName
 {
   background-color: #AB2619;
 }
</style>
border-color css

<style>
 span { border-color: #AB2619; }

 span { border-color: rgb(171,38,25); }

 td.TdClassName
 {
   border-color: #AB2619;
 }
 .TagClassName
 {
   border-color: #AB2619;
 }
</style>