Html Css Color HEX #AB2009 Fire Brick

📋 copy color: '#AB2009'

red 171 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #AB2009

Tints of Fire Brick #AB2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.25%

R = 80.66%
G = 15.09%
B = 4.25%

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

#AB2009 (or 0xAB2009) is known color: Fire Brick. HEX triplet: AB, 20 and 09. RGB value is (171,32,9). Sum of RGB (Red+Green+Blue) = 171+32+9=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2009 is #54DFF6. Grayscale: #474747. Windows color (decimal): -5562359 or 598187. OLE color: 598187.

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

Color convert

RGB 171 32 9 -
CMYK 0 0.81 0.95 0.33
HSL 8.52º 0.9% 0.35% -
HSV(B) 8.52º 0.95% 0.67% -
XYZ 17.36 9.71 1.22 -
YUV 70.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 171 32 9 0 0.81 0.95 0.33 8.52 0.9 0.35
Hex AB 20 9 0 51 5F 21 9 5A 23
Octal 253 40 11 0 121 137 41 11 132 43
Binary 10101011 100000 1001 0 1010001 1011111 100001 1001 1011010 100011

Color Harmonies of #AB2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2009

Black with #AB2009

Text Example


Text Example

White with #AB2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2009; }

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

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

background-color css

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

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

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

border-color css

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

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

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