Html Css Color HEX #AC2511 Fire Brick

📋 copy color: '#AC2511'

red 172 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #AC2511

Tints of Fire Brick #AC2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 76.11%
G = 16.37%
B = 7.52%

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

#AC2511 (or 0xAC2511) is known color: Fire Brick. HEX triplet: AC, 25 and 11. RGB value is (172,37,17). Sum of RGB (Red+Green+Blue) = 172+37+17=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2511 is #53DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5495535 or 1123756. OLE color: 1123756.

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

Color convert

RGB 172 37 17 -
CMYK 0 0.78 0.90 0.33
HSL 7.74º 0.82% 0.37% -
HSV(B) 7.74º 0.9% 0.67% -
XYZ 17.78 10.13 1.55 -
YUV 75.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 172 37 17 0 0.78 0.90 0.33 7.74 0.82 0.37
Hex AC 25 11 0 4E 5A 21 8 52 25
Octal 254 45 21 0 116 132 41 10 122 45
Binary 10101100 100101 10001 0 1001110 1011010 100001 1000 1010010 100101

Color Harmonies of #AC2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2511

Black with #AC2511

Text Example


Text Example

White with #AC2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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