Html Css Color HEX #AC1312 Fire Brick

📋 copy color: '#AC1312'

red 172 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #AC1312

Tints of Fire Brick #AC1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 82.3%
G = 9.09%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1312 (or 0xAC1312) is known color: Fire Brick. HEX triplet: AC, 13 and 12. RGB value is (172,19,18). Sum of RGB (Red+Green+Blue) = 172+19+18=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1312 is #53ECED. Grayscale: #404040. Windows color (decimal): -5500142 or 1184684. OLE color: 1184684.

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

Color convert

RGB 172 19 18 -
CMYK 0 0.89 0.90 0.33
HSL 0.39º 0.81% 0.37% -
HSV(B) 0.39º 0.9% 0.67% -
XYZ 17.36 9.28 1.45 -
YUV 64.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 172 19 18 0 0.89 0.90 0.33 0.39 0.81 0.37
Hex AC 13 12 0 59 5A 21 0 51 25
Octal 254 23 22 0 131 132 41 0 121 45
Binary 10101100 10011 10010 0 1011001 1011010 100001 0 1010001 100101

Color Harmonies of #AC1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1312

Black with #AC1312

Text Example


Text Example

White with #AC1312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1312; }

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

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

background-color css

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

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

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

border-color css

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

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

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