Html Css Color HEX #AC1E16 Fire Brick

📋 copy color: '#AC1E16'

red 172 ◦ green 30 ◦ blue 22

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

Shades of Fire Brick #AC1E16

Tints of Fire Brick #AC1E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 76.79%
G = 13.39%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1E16 (or 0xAC1E16) is known color: Fire Brick. HEX triplet: AC, 1E and 16. RGB value is (172,30,22). Sum of RGB (Red+Green+Blue) = 172+30+22=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E16 is #53E1E9. Grayscale: #474747. Windows color (decimal): -5497322 or 1449644. OLE color: 1449644.

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

Color convert

RGB 172 30 22 -
CMYK 0 0.83 0.87 0.33
HSL 3.2º 0.77% 0.38% -
HSV(B) 3.2º 0.87% 0.67% -
XYZ 17.62 9.76 1.71 -
YUV 71.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 172 30 22 0 0.83 0.87 0.33 3.2 0.77 0.38
Hex AC 1E 16 0 53 57 21 3 4D 26
Octal 254 36 26 0 123 127 41 3 115 46
Binary 10101100 11110 10110 0 1010011 1010111 100001 11 1001101 100110

Color Harmonies of #AC1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E16

Black with #AC1E16

Text Example


Text Example

White with #AC1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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