Html Css Color HEX #AC120D Fire Brick

📋 copy color: '#AC120D'

red 172 ◦ green 18 ◦ blue 13

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

Shades of Fire Brick #AC120D

Tints of Fire Brick #AC120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 84.73%
G = 8.87%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC120D (or 0xAC120D) is known color: Fire Brick. HEX triplet: AC, 12 and 0D. RGB value is (172,18,13). Sum of RGB (Red+Green+Blue) = 172+18+13=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC120D is #53EDF2. Grayscale: #3F3F3F. Windows color (decimal): -5500403 or 856748. OLE color: 856748.

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

Color convert

RGB 172 18 13 -
CMYK 0 0.90 0.92 0.33
HSL 1.89º 0.86% 0.36% -
HSV(B) 1.89º 0.92% 0.67% -
XYZ 17.3 9.23 1.25 -
YUV 63.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 172 18 13 0 0.90 0.92 0.33 1.89 0.86 0.36
Hex AC 12 D 0 5A 5C 21 2 56 24
Octal 254 22 15 0 132 134 41 2 126 44
Binary 10101100 10010 1101 0 1011010 1011100 100001 10 1010110 100100

Color Harmonies of #AC120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC120D

Black with #AC120D

Text Example


Text Example

White with #AC120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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