Html Css Color HEX #AC1611 Fire Brick

📋 copy color: '#AC1611'

red 172 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #AC1611

Tints of Fire Brick #AC1611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 81.52%
G = 10.43%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1611 (or 0xAC1611) is known color: Fire Brick. HEX triplet: AC, 16 and 11. RGB value is (172,22,17). Sum of RGB (Red+Green+Blue) = 172+22+17=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1611 is #53E9EE. Grayscale: #424242. Windows color (decimal): -5499375 or 1119916. OLE color: 1119916.

HSL color Cylindrical-coordinate representation of color #AC1611: hue angle of 1.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1611 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 22 17 -
CMYK 0 0.87 0.90 0.33
HSL 1.94º 0.82% 0.37% -
HSV(B) 1.94º 0.9% 0.67% -
XYZ 17.4 9.38 1.42 -
YUV 66.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 172 22 17 0 0.87 0.90 0.33 1.94 0.82 0.37
Hex AC 16 11 0 57 5A 21 2 52 25
Octal 254 26 21 0 127 132 41 2 122 45
Binary 10101100 10110 10001 0 1010111 1011010 100001 10 1010010 100101

Color Harmonies of #AC1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1611

Black with #AC1611

Text Example


Text Example

White with #AC1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1611; }

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

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

background-color css

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

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

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

border-color css

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

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

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