Html Css Color HEX #AC200B Fire Brick

📋 copy color: '#AC200B'

red 172 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #AC200B

Tints of Fire Brick #AC200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 80%
G = 14.88%
B = 5.12%

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

#AC200B (or 0xAC200B) is known color: Fire Brick. HEX triplet: AC, 20 and 0B. RGB value is (172,32,11). Sum of RGB (Red+Green+Blue) = 172+32+11=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200B is #53DFF4. Grayscale: #474747. Windows color (decimal): -5496821 or 729260. OLE color: 729260.

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

Color convert

RGB 172 32 11 -
CMYK 0 0.81 0.94 0.33
HSL 7.83º 0.88% 0.36% -
HSV(B) 7.83º 0.94% 0.67% -
XYZ 17.59 9.83 1.29 -
YUV 71.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 172 32 11 0 0.81 0.94 0.33 7.83 0.88 0.36
Hex AC 20 B 0 51 5E 21 8 58 24
Octal 254 40 13 0 121 136 41 10 130 44
Binary 10101100 100000 1011 0 1010001 1011110 100001 1000 1011000 100100

Color Harmonies of #AC200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC200B

Black with #AC200B

Text Example


Text Example

White with #AC200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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