#A2280A

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

Shades of Fire Brick #A2280A

Tints of Fire Brick #A2280A

Color information

#A2280A (or 0xA2280A) is unknown color: approx Fire Brick. HEX triplet: A2, 28 and 0A. RGB value is (162,40,10). Sum of RGB (Red+Green+Blue) = 162+40+10=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2280A is #5DD7F5. Grayscale: #494949. Windows color (decimal): -6150134 or 665762. OLE color: 665762.

HSL color Cylindrical-coordinate representation of color #A2280A: hue angle of 11.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2280A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1624010-
CMYK00.750.940.36
HSL11.84º88.37%33.73%-
HSV(B)11.84º93.83%63.53%-
XYZ15.719.221.24-
YUV73.0692.42191.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=76.42%
G=18.87%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162401000.750.940.3611.8488.3733.73
HexA228A04B5E24c5822
Octal24250120113136441413042
Binary10100010101000101001001011101111010010011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2280A; }

 p { color: rgb(162,40,10); }

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

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

 a { background-color: rgb(162,40,10); }

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

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

 span { border-color: rgb(162,40,10); }

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