Html Css Color HEX #AC2010 Fire Brick

📋 copy color: '#AC2010'

red 172 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #AC2010

Tints of Fire Brick #AC2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 78.18%
G = 14.55%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2010 (or 0xAC2010) is known color: Fire Brick. HEX triplet: AC, 20 and 10. RGB value is (172,32,16). Sum of RGB (Red+Green+Blue) = 172+32+16=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2010 is #53DFEF. Grayscale: #484848. Windows color (decimal): -5496816 or 1056940. OLE color: 1056940.

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

Color convert

RGB 172 32 16 -
CMYK 0 0.81 0.91 0.33
HSL 6.15º 0.83% 0.37% -
HSV(B) 6.15º 0.91% 0.67% -
XYZ 17.62 9.84 1.46 -
YUV 72.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 172 32 16 0 0.81 0.91 0.33 6.15 0.83 0.37
Hex AC 20 10 0 51 5B 21 6 53 25
Octal 254 40 20 0 121 133 41 6 123 45
Binary 10101100 100000 10000 0 1010001 1011011 100001 110 1010011 100101

Color Harmonies of #AC2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2010

Black with #AC2010

Text Example


Text Example

White with #AC2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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