Html Css Color HEX #AC2120 Fire Brick

📋 copy color: '#AC2120'

red 172 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #AC2120

Tints of Fire Brick #AC2120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 72.57%
G = 13.92%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2120 (or 0xAC2120) is known color: Fire Brick. HEX triplet: AC, 21 and 20. RGB value is (172,33,32). Sum of RGB (Red+Green+Blue) = 172+33+32=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2120 is #53DEDF. Grayscale: #4A4A4A. Windows color (decimal): -5496544 or 2105772. OLE color: 2105772.

HSL color Cylindrical-coordinate representation of color #AC2120: hue angle of 0.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2120 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 32 -
CMYK 0 0.81 0.81 0.33
HSL 0.43º 0.69% 0.4% -
HSV(B) 0.43º 0.81% 0.67% -
XYZ 17.82 9.96 2.35 -
YUV 74.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 172 33 32 0 0.81 0.81 0.33 0.43 0.69 0.4
Hex AC 21 20 0 51 51 21 0 45 28
Octal 254 41 40 0 121 121 41 0 105 50
Binary 10101100 100001 100000 0 1010001 1010001 100001 0 1000101 101000

Color Harmonies of #AC2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2120

Black with #AC2120

Text Example


Text Example

White with #AC2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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