Html Css Color HEX #AC1615 Fire Brick

📋 copy color: '#AC1615'

red 172 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #AC1615

Tints of Fire Brick #AC1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 80%
G = 10.23%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1615 (or 0xAC1615) is known color: Fire Brick. HEX triplet: AC, 16 and 15. RGB value is (172,22,21). Sum of RGB (Red+Green+Blue) = 172+22+21=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1615 is #53E9EA. Grayscale: #424242. Windows color (decimal): -5499371 or 1382060. OLE color: 1382060.

HSL color Cylindrical-coordinate representation of color #AC1615: hue angle of 0.4º degrees, saturation: 0.78, 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 #AC1615 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 21 -
CMYK 0 0.87 0.88 0.33
HSL 0.4º 0.78% 0.38% -
HSV(B) 0.4º 0.88% 0.67% -
XYZ 17.44 9.4 1.6 -
YUV 66.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 172 22 21 0 0.87 0.88 0.33 0.4 0.78 0.38
Hex AC 16 15 0 57 58 21 0 4E 26
Octal 254 26 25 0 127 130 41 0 116 46
Binary 10101100 10110 10101 0 1010111 1011000 100001 0 1001110 100110

Color Harmonies of #AC1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1615

Black with #AC1615

Text Example


Text Example

White with #AC1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1615; }

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

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

background-color css

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

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

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

border-color css

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

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

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