Html Css Color HEX #AC1814 Fire Brick

📋 copy color: '#AC1814'

red 172 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #AC1814

Tints of Fire Brick #AC1814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 79.63%
G = 11.11%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1814 (or 0xAC1814) is known color: Fire Brick. HEX triplet: AC, 18 and 14. RGB value is (172,24,20). Sum of RGB (Red+Green+Blue) = 172+24+20=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1814 is #53E7EB. Grayscale: #434343. Windows color (decimal): -5498860 or 1317036. OLE color: 1317036.

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

Color convert

RGB 172 24 20 -
CMYK 0 0.86 0.88 0.33
HSL 1.58º 0.79% 0.38% -
HSV(B) 1.58º 0.88% 0.67% -
XYZ 17.47 9.47 1.57 -
YUV 67.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 172 24 20 0 0.86 0.88 0.33 1.58 0.79 0.38
Hex AC 18 14 0 56 58 21 2 4F 26
Octal 254 30 24 0 126 130 41 2 117 46
Binary 10101100 11000 10100 0 1010110 1011000 100001 10 1001111 100110

Color Harmonies of #AC1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1814

Black with #AC1814

Text Example


Text Example

White with #AC1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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