Html Css Color HEX #AC150C Fire Brick

📋 copy color: '#AC150C'

red 172 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #AC150C

Tints of Fire Brick #AC150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 83.9%
G = 10.24%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC150C (or 0xAC150C) is known color: Fire Brick. HEX triplet: AC, 15 and 0C. RGB value is (172,21,12). Sum of RGB (Red+Green+Blue) = 172+21+12=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC150C is #53EAF3. Grayscale: #414141. Windows color (decimal): -5499636 or 791980. OLE color: 791980.

HSL color Cylindrical-coordinate representation of color #AC150C: hue angle of 3.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC150C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 12 -
CMYK 0 0.88 0.93 0.33
HSL 3.38º 0.87% 0.36% -
HSV(B) 3.38º 0.93% 0.67% -
XYZ 17.35 9.33 1.24 -
YUV 65.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 172 21 12 0 0.88 0.93 0.33 3.38 0.87 0.36
Hex AC 15 C 0 58 5D 21 3 57 24
Octal 254 25 14 0 130 135 41 3 127 44
Binary 10101100 10101 1100 0 1011000 1011101 100001 11 1010111 100100

Color Harmonies of #AC150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC150C

Black with #AC150C

Text Example


Text Example

White with #AC150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC150C; }

 p { color: rgb(172,21,12); }

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

background-color css

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

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

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

border-color css

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

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

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