Html Css Color HEX #AC180C Fire Brick

📋 copy color: '#AC180C'

red 172 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #AC180C

Tints of Fire Brick #AC180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 82.69%
G = 11.54%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC180C (or 0xAC180C) is known color: Fire Brick. HEX triplet: AC, 18 and 0C. RGB value is (172,24,12). Sum of RGB (Red+Green+Blue) = 172+24+12=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC180C is #53E7F3. Grayscale: #434343. Windows color (decimal): -5498868 or 792748. OLE color: 792748.

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

Color convert

RGB 172 24 12 -
CMYK 0 0.86 0.93 0.33
HSL 4.5º 0.87% 0.36% -
HSV(B) 4.5º 0.93% 0.67% -
XYZ 17.41 9.45 1.25 -
YUV 66.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 172 24 12 0 0.86 0.93 0.33 4.5 0.87 0.36
Hex AC 18 C 0 56 5D 21 4 57 24
Octal 254 30 14 0 126 135 41 4 127 44
Binary 10101100 11000 1100 0 1010110 1011101 100001 100 1010111 100100

Color Harmonies of #AC180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC180C

Black with #AC180C

Text Example


Text Example

White with #AC180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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