Html Css Color HEX #AC1918 Fire Brick

📋 copy color: '#AC1918'

red 172 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #AC1918

Tints of Fire Brick #AC1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 77.83%
G = 11.31%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1918 (or 0xAC1918) is known color: Fire Brick. HEX triplet: AC, 19 and 18. RGB value is (172,25,24). Sum of RGB (Red+Green+Blue) = 172+25+24=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1918 is #53E6E7. Grayscale: #444444. Windows color (decimal): -5498600 or 1579436. OLE color: 1579436.

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

Color convert

RGB 172 25 24 -
CMYK 0 0.85 0.86 0.33
HSL 0.41º 0.76% 0.38% -
HSV(B) 0.41º 0.86% 0.67% -
XYZ 17.53 9.53 1.78 -
YUV 68.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 172 25 24 0 0.85 0.86 0.33 0.41 0.76 0.38
Hex AC 19 18 0 55 56 21 0 4C 26
Octal 254 31 30 0 125 126 41 0 114 46
Binary 10101100 11001 11000 0 1010101 1010110 100001 0 1001100 100110

Color Harmonies of #AC1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1918

Black with #AC1918

Text Example


Text Example

White with #AC1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1918; }

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

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

background-color css

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

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

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

border-color css

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

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

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