#A2280C

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

Shades of Fire Brick #A2280C

Tints of Fire Brick #A2280C

Color information

#A2280C (or 0xA2280C) is unknown color: approx Fire Brick. HEX triplet: A2, 28 and 0C. RGB value is (162,40,12). Sum of RGB (Red+Green+Blue) = 162+40+12=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2280C is #5DD7F3. Grayscale: #494949. Windows color (decimal): -6150132 or 796834. OLE color: 796834.

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

Color convert

RGB1624012-
CMYK00.750.930.36
HSL11.2º86.21%34.12%-
HSV(B)11.2º92.59%63.53%-
XYZ15.739.231.3-
YUV73.2993.42191.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=75.70%
G=18.69%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162401200.750.930.3611.286.2134.12
HexA228C04B5D24b5622
Octal24250140113135441312642
Binary10100010101000110001001011101110110010010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2280C; }

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

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

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

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

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

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

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

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