#A22303

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

Shades of Fire Brick #A22303

Tints of Fire Brick #A22303

Color information

#A22303 (or 0xA22303) is unknown color: approx Fire Brick. HEX triplet: A2, 23 and 03. RGB value is (162,35,3). Sum of RGB (Red+Green+Blue) = 162+35+3=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A22303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22303 is #5DDCFC. Grayscale: #454545. Windows color (decimal): -6151421 or 205730. OLE color: 205730.

HSL color Cylindrical-coordinate representation of color #A22303: hue angle of 12.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A22303 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB162353-
CMYK00.780.980.36
HSL12.08º96.36%32.35%-
HSV(B)12.08º98.15%63.53%-
XYZ15.528.890.98-
YUV69.3290.58194.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 3 (1.56% from 255) = 1.5%
R=81%
G=17.5%
B=1.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16235300.780.980.3612.0896.3632.35
HexA223304E6224c6020
Octal2424330116142441414040
Binary101000101000111101001110110001010010011001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22303; }

 p { color: rgb(162,35,3); }

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

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

 a { background-color: rgb(162,35,3); }

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

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

 span { border-color: rgb(162,35,3); }

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