Html Css Color HEX #AC180D Fire Brick

📋 copy color: '#AC180D'

red 172 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #AC180D

Tints of Fire Brick #AC180D

RGB

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

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

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

R = 82.3%
G = 11.48%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC180D (or 0xAC180D) is known color: Fire Brick. HEX triplet: AC, 18 and 0D. RGB value is (172,24,13). Sum of RGB (Red+Green+Blue) = 172+24+13=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC180D is #53E7F2. Grayscale: #434343. Windows color (decimal): -5498867 or 858284. OLE color: 858284.

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

Color convert

RGB 172 24 13 -
CMYK 0 0.86 0.92 0.33
HSL 4.15º 0.86% 0.36% -
HSV(B) 4.15º 0.92% 0.67% -
XYZ 17.41 9.45 1.29 -
YUV 67 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 172 24 13 0 0.86 0.92 0.33 4.15 0.86 0.36
Hex AC 18 D 0 56 5C 21 4 56 24
Octal 254 30 15 0 126 134 41 4 126 44
Binary 10101100 11000 1101 0 1010110 1011100 100001 100 1010110 100100

Color Harmonies of #AC180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC180D

Black with #AC180D

Text Example


Text Example

White with #AC180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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