Html Css Color HEX #AB1A08 Fire Brick

📋 copy color: '#AB1A08'

red 171 ◦ green 26 ◦ blue 8

#AB1A08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AB1A08

Tints of Fire Brick #AB1A08

RGB

 RED value IS 171 (67.19% from 255) = 83.41%

 GREEN value IS 26 (10.55% from 255) = 12.68%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 83.41%
G = 12.68%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB1A08 (or 0xAB1A08) is known color: Fire Brick. HEX triplet: AB, 1A and 08. RGB value is (171,26,8). Sum of RGB (Red+Green+Blue) = 171+26+8=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A08 is #54E5F7. Grayscale: #434343. Windows color (decimal): -5563896 or 531115. OLE color: 531115.

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

Color convert

RGB 171 26 8 -
CMYK 0 0.85 0.95 0.33
HSL 6.63º 0.91% 0.35% -
HSV(B) 6.63º 0.95% 0.67% -
XYZ 17.21 9.41 1.14 -
YUV 67.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 171 26 8 0 0.85 0.95 0.33 6.63 0.91 0.35
Hex AB 1A 8 0 55 5F 21 7 5B 23
Octal 253 32 10 0 125 137 41 7 133 43
Binary 10101011 11010 1000 0 1010101 1011111 100001 111 1011011 100011

Color Harmonies of #AB1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A08

Black with #AB1A08

Text Example


Text Example

White with #AB1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A08; }

 p { color: rgb(171,26,8); }

 H1.HeaderClassName
 {
   color: #AB1A08;
 }
 .AnyTagClassName
 {
   color: #AB1A08;
 }
</style>

background-color css

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

 a { background-color: rgb(171,26,8); }

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

border-color css

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

 span { border-color: rgb(171,26,8); }

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