Html Css Color HEX #AC1212 Fire Brick

📋 copy color: '#AC1212'

red 172 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #AC1212

Tints of Fire Brick #AC1212

RGB

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

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

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

R = 82.69%
G = 8.65%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1212 (or 0xAC1212) is known color: Fire Brick. HEX triplet: AC, 12 and 12. RGB value is (172,18,18). Sum of RGB (Red+Green+Blue) = 172+18+18=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1212 is #53EDED. Grayscale: #404040. Windows color (decimal): -5500398 or 1184428. OLE color: 1184428.

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

Color convert

RGB 172 18 18 -
CMYK 0 0.90 0.90 0.33
HSL 0.81% 0.37% -
HSV(B) 0.9% 0.67% -
XYZ 17.34 9.25 1.44 -
YUV 64.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 172 18 18 0 0.90 0.90 0.33 0 0.81 0.37
Hex AC 12 12 0 5A 5A 21 0 51 25
Octal 254 22 22 0 132 132 41 0 121 45
Binary 10101100 10010 10010 0 1011010 1011010 100001 0 1010001 100101

Color Harmonies of #AC1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1212

Black with #AC1212

Text Example


Text Example

White with #AC1212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1212; }

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

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

background-color css

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

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

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

border-color css

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

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

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