Html Css Color HEX #AC1412 Fire Brick

📋 copy color: '#AC1412'

red 172 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #AC1412

Tints of Fire Brick #AC1412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 81.9%
G = 9.52%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1412 (or 0xAC1412) is known color: Fire Brick. HEX triplet: AC, 14 and 12. RGB value is (172,20,18). Sum of RGB (Red+Green+Blue) = 172+20+18=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1412 is #53EBED. Grayscale: #414141. Windows color (decimal): -5499886 or 1184940. OLE color: 1184940.

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

Color convert

RGB 172 20 18 -
CMYK 0 0.88 0.90 0.33
HSL 0.78º 0.81% 0.37% -
HSV(B) 0.78º 0.9% 0.67% -
XYZ 17.37 9.31 1.45 -
YUV 65.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 172 20 18 0 0.88 0.90 0.33 0.78 0.81 0.37
Hex AC 14 12 0 58 5A 21 1 51 25
Octal 254 24 22 0 130 132 41 1 121 45
Binary 10101100 10100 10010 0 1011000 1011010 100001 1 1010001 100101

Color Harmonies of #AC1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1412

Black with #AC1412

Text Example


Text Example

White with #AC1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1412; }

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

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

background-color css

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

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

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

border-color css

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

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

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