#A2270A

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

Shades of Fire Brick #A2270A

Tints of Fire Brick #A2270A

Color information

#A2270A (or 0xA2270A) is unknown color: approx Fire Brick. HEX triplet: A2, 27 and 0A. RGB value is (162,39,10). Sum of RGB (Red+Green+Blue) = 162+39+10=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2270A is #5DD8F5. Grayscale: #484848. Windows color (decimal): -6150390 or 665506. OLE color: 665506.

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

Color convert

RGB1623910-
CMYK00.760.940.36
HSL11.45º88.37%33.73%-
HSV(B)11.45º93.83%63.53%-
XYZ15.689.151.23-
YUV72.4792.75191.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=76.78%
G=18.48%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162391000.760.940.3611.4588.3733.73
HexA227A04C5E24b5822
Octal24247120114136441313042
Binary10100010100111101001001100101111010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2270A; }

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

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

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

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

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

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

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

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