Html Css Color HEX #AB2008 Fire Brick

📋 copy color: '#AB2008'

red 171 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #AB2008

Tints of Fire Brick #AB2008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 81.04%
G = 15.17%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2008 (or 0xAB2008) is known color: Fire Brick. HEX triplet: AB, 20 and 08. RGB value is (171,32,8). Sum of RGB (Red+Green+Blue) = 171+32+8=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2008 is #54DFF7. Grayscale: #474747. Windows color (decimal): -5562360 or 532651. OLE color: 532651.

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

Color convert

RGB 171 32 8 -
CMYK 0 0.81 0.95 0.33
HSL 8.83º 0.91% 0.35% -
HSV(B) 8.83º 0.95% 0.67% -
XYZ 17.35 9.71 1.19 -
YUV 70.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 171 32 8 0 0.81 0.95 0.33 8.83 0.91 0.35
Hex AB 20 8 0 51 5F 21 9 5B 23
Octal 253 40 10 0 121 137 41 11 133 43
Binary 10101011 100000 1000 0 1010001 1011111 100001 1001 1011011 100011

Color Harmonies of #AB2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2008

Black with #AB2008

Text Example


Text Example

White with #AB2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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