#A22B10

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

Shades of Fire Brick #A22B10

Tints of Fire Brick #A22B10

Color information

#A22B10 (or 0xA22B10) is unknown color: approx Fire Brick. HEX triplet: A2, 2B and 10. RGB value is (162,43,16). Sum of RGB (Red+Green+Blue) = 162+43+16=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B10 is #5DD4EF. Grayscale: #4B4B4B. Windows color (decimal): -6149360 or 1059746. OLE color: 1059746.

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

Color convert

RGB1624316-
CMYK00.730.900.36
HSL11.1º82.02%34.9%-
HSV(B)11.1º90.12%63.53%-
XYZ15.869.451.48-
YUV75.594.42189.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=73.30%
G=19.46%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162431600.730.900.3611.182.0234.9
HexA22B100495A24b5223
Octal24253200111132441312243
Binary101000101010111000001001001101101010010010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B10; }

 p { color: rgb(162,43,16); }

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

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

 a { background-color: rgb(162,43,16); }

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

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

 span { border-color: rgb(162,43,16); }

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