Html Css Color HEX #AC1E18 Fire Brick

📋 copy color: '#AC1E18'

red 172 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #AC1E18

Tints of Fire Brick #AC1E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

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

R = 76.11%
G = 13.27%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1E18 (or 0xAC1E18) is known color: Fire Brick. HEX triplet: AC, 1E and 18. RGB value is (172,30,24). Sum of RGB (Red+Green+Blue) = 172+30+24=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E18 is #53E1E7. Grayscale: #474747. Windows color (decimal): -5497320 or 1580716. OLE color: 1580716.

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

Color convert

RGB 172 30 24 -
CMYK 0 0.83 0.86 0.33
HSL 2.43º 0.76% 0.38% -
HSV(B) 2.43º 0.86% 0.67% -
XYZ 17.64 9.77 1.82 -
YUV 71.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 172 30 24 0 0.83 0.86 0.33 2.43 0.76 0.38
Hex AC 1E 18 0 53 56 21 2 4C 26
Octal 254 36 30 0 123 126 41 2 114 46
Binary 10101100 11110 11000 0 1010011 1010110 100001 10 1001100 100110

Color Harmonies of #AC1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E18

Black with #AC1E18

Text Example


Text Example

White with #AC1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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