#A22611

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

Shades of Fire Brick #A22611

Tints of Fire Brick #A22611

Color information

#A22611 (or 0xA22611) is unknown color: approx Fire Brick. HEX triplet: A2, 26 and 11. RGB value is (162,38,17). Sum of RGB (Red+Green+Blue) = 162+38+17=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A22611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22611 is #5DD9EE. Grayscale: #484848. Windows color (decimal): -6150639 or 1124002. OLE color: 1124002.

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

Color convert

RGB1623817-
CMYK00.770.900.36
HSL8.69º81.01%35.1%-
HSV(B)8.69º89.51%63.53%-
XYZ15.699.111.46-
YUV72.6896.58191.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.65%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=74.65%
G=17.51%
B=7.83%

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
Decimal162381700.770.900.368.6981.0135.1
HexA2261104D5A2495123
Octal24246210115132441112143
Binary101000101001101000101001101101101010010010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22611; }

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

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

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

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

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

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

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

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