Html Css Color HEX #AC200C Fire Brick

📋 copy color: '#AC200C'

red 172 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #AC200C

Tints of Fire Brick #AC200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 79.63%
G = 14.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC200C (or 0xAC200C) is known color: Fire Brick. HEX triplet: AC, 20 and 0C. RGB value is (172,32,12). Sum of RGB (Red+Green+Blue) = 172+32+12=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200C is #53DFF3. Grayscale: #474747. Windows color (decimal): -5496820 or 794796. OLE color: 794796.

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

Color convert

RGB 172 32 12 -
CMYK 0 0.81 0.93 0.33
HSL 7.5º 0.87% 0.36% -
HSV(B) 7.5º 0.93% 0.67% -
XYZ 17.6 9.83 1.32 -
YUV 71.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 172 32 12 0 0.81 0.93 0.33 7.5 0.87 0.36
Hex AC 20 C 0 51 5D 21 8 57 24
Octal 254 40 14 0 121 135 41 10 127 44
Binary 10101100 100000 1100 0 1010001 1011101 100001 1000 1010111 100100

Color Harmonies of #AC200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC200C

Black with #AC200C

Text Example


Text Example

White with #AC200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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