Html Css Color HEX #AC1409 Fire Brick

📋 copy color: '#AC1409'

red 172 ◦ green 20 ◦ blue 9

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

Shades of Fire Brick #AC1409

Tints of Fire Brick #AC1409

RGB

 RED value IS 172 (67.58% from 255) = 85.57%

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 85.57%
G = 9.95%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC1409 (or 0xAC1409) is known color: Fire Brick. HEX triplet: AC, 14 and 09. RGB value is (172,20,9). Sum of RGB (Red+Green+Blue) = 172+20+9=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1409 is #53EBF6. Grayscale: #404040. Windows color (decimal): -5499895 or 595116. OLE color: 595116.

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

Color convert

RGB 172 20 9 -
CMYK 0 0.88 0.95 0.33
HSL 4.05º 0.9% 0.35% -
HSV(B) 4.05º 0.95% 0.67% -
XYZ 17.31 9.29 1.14 -
YUV 64.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 172 20 9 0 0.88 0.95 0.33 4.05 0.9 0.35
Hex AC 14 9 0 58 5F 21 4 5A 23
Octal 254 24 11 0 130 137 41 4 132 43
Binary 10101100 10100 1001 0 1011000 1011111 100001 100 1011010 100011

Color Harmonies of #AC1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1409

Black with #AC1409

Text Example


Text Example

White with #AC1409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1409; }

 p { color: rgb(172,20,9); }

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

background-color css

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

 a { background-color: rgb(172,20,9); }

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

border-color css

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

 span { border-color: rgb(172,20,9); }

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