Html Css Color HEX #AC180B Fire Brick

📋 copy color: '#AC180B'

red 172 ◦ green 24 ◦ blue 11

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

Shades of Fire Brick #AC180B

Tints of Fire Brick #AC180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 83.09%
G = 11.59%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC180B (or 0xAC180B) is known color: Fire Brick. HEX triplet: AC, 18 and 0B. RGB value is (172,24,11). Sum of RGB (Red+Green+Blue) = 172+24+11=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC180B is #53E7F4. Grayscale: #424242. Windows color (decimal): -5498869 or 727212. OLE color: 727212.

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

Color convert

RGB 172 24 11 -
CMYK 0 0.86 0.94 0.33
HSL 4.84º 0.88% 0.36% -
HSV(B) 4.84º 0.94% 0.67% -
XYZ 17.4 9.45 1.22 -
YUV 66.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 172 24 11 0 0.86 0.94 0.33 4.84 0.88 0.36
Hex AC 18 B 0 56 5E 21 5 58 24
Octal 254 30 13 0 126 136 41 5 130 44
Binary 10101100 11000 1011 0 1010110 1011110 100001 101 1011000 100100

Color Harmonies of #AC180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC180B

Black with #AC180B

Text Example


Text Example

White with #AC180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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