Html Css Color HEX #AC2611 Fire Brick

📋 copy color: '#AC2611'

red 172 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #AC2611

Tints of Fire Brick #AC2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

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

R = 75.77%
G = 16.74%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC2611 (or 0xAC2611) is known color: Fire Brick. HEX triplet: AC, 26 and 11. RGB value is (172,38,17). Sum of RGB (Red+Green+Blue) = 172+38+17=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2611 is #53D9EE. Grayscale: #4B4B4B. Windows color (decimal): -5495279 or 1124012. OLE color: 1124012.

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

Color convert

RGB 172 38 17 -
CMYK 0 0.78 0.90 0.33
HSL 8.13º 0.82% 0.37% -
HSV(B) 8.13º 0.9% 0.67% -
XYZ 17.81 10.2 1.56 -
YUV 75.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 172 38 17 0 0.78 0.90 0.33 8.13 0.82 0.37
Hex AC 26 11 0 4E 5A 21 8 52 25
Octal 254 46 21 0 116 132 41 10 122 45
Binary 10101100 100110 10001 0 1001110 1011010 100001 1000 1010010 100101

Color Harmonies of #AC2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2611

Black with #AC2611

Text Example


Text Example

White with #AC2611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2611; }

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

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

background-color css

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

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

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

border-color css

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

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

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