Html Css Color HEX #AC180F Fire Brick

📋 copy color: '#AC180F'

red 172 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #AC180F

Tints of Fire Brick #AC180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 81.52%
G = 11.37%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC180F (or 0xAC180F) is known color: Fire Brick. HEX triplet: AC, 18 and 0F. RGB value is (172,24,15). Sum of RGB (Red+Green+Blue) = 172+24+15=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC180F is #53E7F0. Grayscale: #434343. Windows color (decimal): -5498865 or 989356. OLE color: 989356.

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

Color convert

RGB 172 24 15 -
CMYK 0 0.86 0.91 0.33
HSL 3.44º 0.84% 0.37% -
HSV(B) 3.44º 0.91% 0.67% -
XYZ 17.43 9.46 1.36 -
YUV 67.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 172 24 15 0 0.86 0.91 0.33 3.44 0.84 0.37
Hex AC 18 F 0 56 5B 21 3 54 25
Octal 254 30 17 0 126 133 41 3 124 45
Binary 10101100 11000 1111 0 1010110 1011011 100001 11 1010100 100101

Color Harmonies of #AC180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC180F

Black with #AC180F

Text Example


Text Example

White with #AC180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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