Html Css Color HEX #AC2109 Fire Brick

📋 copy color: '#AC2109'

red 172 ◦ green 33 ◦ blue 9

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

Shades of Fire Brick #AC2109

Tints of Fire Brick #AC2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

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

R = 80.37%
G = 15.42%
B = 4.21%

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

#AC2109 (or 0xAC2109) is known color: Fire Brick. HEX triplet: AC, 21 and 09. RGB value is (172,33,9). Sum of RGB (Red+Green+Blue) = 172+33+9=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2109 is #53DEF6. Grayscale: #484848. Windows color (decimal): -5496567 or 598444. OLE color: 598444.

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

Color convert

RGB 172 33 9 -
CMYK 0 0.81 0.95 0.33
HSL 8.83º 0.9% 0.35% -
HSV(B) 8.83º 0.95% 0.67% -
XYZ 17.61 9.88 1.24 -
YUV 71.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 172 33 9 0 0.81 0.95 0.33 8.83 0.9 0.35
Hex AC 21 9 0 51 5F 21 9 5A 23
Octal 254 41 11 0 121 137 41 11 132 43
Binary 10101100 100001 1001 0 1010001 1011111 100001 1001 1011010 100011

Color Harmonies of #AC2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2109

Black with #AC2109

Text Example


Text Example

White with #AC2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2109; }

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

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

background-color css

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

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

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

border-color css

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

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

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