Html Css Color HEX #AC1210 Fire Brick

📋 copy color: '#AC1210'

red 172 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #AC1210

Tints of Fire Brick #AC1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 83.5%
G = 8.74%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC1210 (or 0xAC1210) is known color: Fire Brick. HEX triplet: AC, 12 and 10. RGB value is (172,18,16). Sum of RGB (Red+Green+Blue) = 172+18+16=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1210 is #53EDEF. Grayscale: #3F3F3F. Windows color (decimal): -5500400 or 1053356. OLE color: 1053356.

HSL color Cylindrical-coordinate representation of color #AC1210: hue angle of 0.77º 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 #AC1210 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 16 -
CMYK 0 0.90 0.91 0.33
HSL 0.77º 0.83% 0.37% -
HSV(B) 0.77º 0.91% 0.67% -
XYZ 17.32 9.24 1.36 -
YUV 63.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 172 18 16 0 0.90 0.91 0.33 0.77 0.83 0.37
Hex AC 12 10 0 5A 5B 21 1 53 25
Octal 254 22 20 0 132 133 41 1 123 45
Binary 10101100 10010 10000 0 1011010 1011011 100001 1 1010011 100101

Color Harmonies of #AC1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1210

Black with #AC1210

Text Example


Text Example

White with #AC1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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