Html Css Color HEX #AB2408 Fire Brick

📋 copy color: '#AB2408'

red 171 ◦ green 36 ◦ blue 8

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

Shades of Fire Brick #AB2408

Tints of Fire Brick #AB2408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 79.53%
G = 16.74%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2408 (or 0xAB2408) is known color: Fire Brick. HEX triplet: AB, 24 and 08. RGB value is (171,36,8). Sum of RGB (Red+Green+Blue) = 171+36+8=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2408 is #54DBF7. Grayscale: #494949. Windows color (decimal): -5561336 or 533675. OLE color: 533675.

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

Color convert

RGB 171 36 8 -
CMYK 0 0.79 0.95 0.33
HSL 10.31º 0.91% 0.35% -
HSV(B) 10.31º 0.95% 0.67% -
XYZ 17.47 9.94 1.23 -
YUV 73.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 171 36 8 0 0.79 0.95 0.33 10.31 0.91 0.35
Hex AB 24 8 0 4F 5F 21 A 5B 23
Octal 253 44 10 0 117 137 41 12 133 43
Binary 10101011 100100 1000 0 1001111 1011111 100001 1010 1011011 100011

Color Harmonies of #AB2408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2408

Black with #AB2408

Text Example


Text Example

White with #AB2408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2408; }

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

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

background-color css

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

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

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

border-color css

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

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

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