Html Css Color HEX #AC200A Fire Brick

📋 copy color: '#AC200A'

red 172 ◦ green 32 ◦ blue 10

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

Shades of Fire Brick #AC200A

Tints of Fire Brick #AC200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 80.37%
G = 14.95%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC200A (or 0xAC200A) is known color: Fire Brick. HEX triplet: AC, 20 and 0A. RGB value is (172,32,10). Sum of RGB (Red+Green+Blue) = 172+32+10=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200A is #53DFF5. Grayscale: #474747. Windows color (decimal): -5496822 or 663724. OLE color: 663724.

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

Color convert

RGB 172 32 10 -
CMYK 0 0.81 0.94 0.33
HSL 8.15º 0.89% 0.36% -
HSV(B) 8.15º 0.94% 0.67% -
XYZ 17.58 9.83 1.26 -
YUV 71.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 172 32 10 0 0.81 0.94 0.33 8.15 0.89 0.36
Hex AC 20 A 0 51 5E 21 8 59 24
Octal 254 40 12 0 121 136 41 10 131 44
Binary 10101100 100000 1010 0 1010001 1011110 100001 1000 1011001 100100

Color Harmonies of #AC200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC200A

Black with #AC200A

Text Example


Text Example

White with #AC200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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