#A22511

Color #A22511 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A22511

Tints of Fire Brick #A22511

Color information

#A22511 (or 0xA22511) is unknown color: approx Fire Brick. HEX triplet: A2, 25 and 11. RGB value is (162,37,17). Sum of RGB (Red+Green+Blue) = 162+37+17=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A22511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22511 is #5DDAEE. Grayscale: #484848. Windows color (decimal): -6150895 or 1123746. OLE color: 1123746.

HSL color Cylindrical-coordinate representation of color #A22511: hue angle of 8.28º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A22511 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1623717-
CMYK00.770.900.36
HSL8.28º81.01%35.1%-
HSV(B)8.28º89.51%63.53%-
XYZ15.669.041.45-
YUV72.196.91192.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=75%
G=17.13%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162371700.770.900.368.2881.0135.1
HexA2251104D5A2485123
Octal24245210115132441012143
Binary101000101001011000101001101101101010010010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22511; }

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

 H1.HeaderClassName
 {
   color: #A22511;
 }
 .AnyTagClassName
 {
   color: #A22511;
 }
</style>
background-color css

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

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

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

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

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

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