Html Css Color HEX #AC2409 Fire Brick

📋 copy color: '#AC2409'

red 172 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #AC2409

Tints of Fire Brick #AC2409

RGB

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

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

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

R = 79.26%
G = 16.59%
B = 4.15%

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

#AC2409 (or 0xAC2409) is known color: Fire Brick. HEX triplet: AC, 24 and 09. RGB value is (172,36,9). Sum of RGB (Red+Green+Blue) = 172+36+9=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2409 is #53DBF6. Grayscale: #494949. Windows color (decimal): -5495799 or 599212. OLE color: 599212.

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

Color convert

RGB 172 36 9 -
CMYK 0 0.79 0.95 0.33
HSL 9.94º 0.9% 0.35% -
HSV(B) 9.94º 0.95% 0.67% -
XYZ 17.69 10.05 1.27 -
YUV 73.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 172 36 9 0 0.79 0.95 0.33 9.94 0.9 0.35
Hex AC 24 9 0 4F 5F 21 A 5A 23
Octal 254 44 11 0 117 137 41 12 132 43
Binary 10101100 100100 1001 0 1001111 1011111 100001 1010 1011010 100011

Color Harmonies of #AC2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2409

Black with #AC2409

Text Example


Text Example

White with #AC2409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2409; }

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

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

background-color css

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

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

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

border-color css

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

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

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