Html Css Color HEX #AB1808 Fire Brick

📋 copy color: '#AB1808'

red 171 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #AB1808

Tints of Fire Brick #AB1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 84.24%
G = 11.82%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB1808 (or 0xAB1808) is known color: Fire Brick. HEX triplet: AB, 18 and 08. RGB value is (171,24,8). Sum of RGB (Red+Green+Blue) = 171+24+8=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1808 is #54E7F7. Grayscale: #424242. Windows color (decimal): -5564408 or 530603. OLE color: 530603.

HSL color Cylindrical-coordinate representation of color #AB1808: hue angle of 5.89º 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 #AB1808 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 8 -
CMYK 0 0.86 0.95 0.33
HSL 5.89º 0.91% 0.35% -
HSV(B) 5.89º 0.95% 0.67% -
XYZ 17.17 9.33 1.13 -
YUV 66.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 171 24 8 0 0.86 0.95 0.33 5.89 0.91 0.35
Hex AB 18 8 0 56 5F 21 6 5B 23
Octal 253 30 10 0 126 137 41 6 133 43
Binary 10101011 11000 1000 0 1010110 1011111 100001 110 1011011 100011

Color Harmonies of #AB1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1808

Black with #AB1808

Text Example


Text Example

White with #AB1808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1808; }

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

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

background-color css

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

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

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

border-color css

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

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

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