Html Css Color HEX #AC2209 Fire Brick

📋 copy color: '#AC2209'

red 172 ◦ green 34 ◦ blue 9

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

Shades of Fire Brick #AC2209

Tints of Fire Brick #AC2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 80%
G = 15.81%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC2209 (or 0xAC2209) is known color: Fire Brick. HEX triplet: AC, 22 and 09. RGB value is (172,34,9). Sum of RGB (Red+Green+Blue) = 172+34+9=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2209 is #53DDF6. Grayscale: #484848. Windows color (decimal): -5496311 or 598700. OLE color: 598700.

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

Color convert

RGB 172 34 9 -
CMYK 0 0.80 0.95 0.33
HSL 9.2º 0.9% 0.35% -
HSV(B) 9.2º 0.95% 0.67% -
XYZ 17.63 9.93 1.25 -
YUV 72.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 172 34 9 0 0.80 0.95 0.33 9.2 0.9 0.35
Hex AC 22 9 0 50 5F 21 9 5A 23
Octal 254 42 11 0 120 137 41 11 132 43
Binary 10101100 100010 1001 0 1010000 1011111 100001 1001 1011010 100011

Color Harmonies of #AC2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2209

Black with #AC2209

Text Example


Text Example

White with #AC2209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2209; }

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

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

background-color css

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

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

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

border-color css

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

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

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