#A1240A

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

Shades of Fire Brick #A1240A

Tints of Fire Brick #A1240A

Color information

#A1240A (or 0xA1240A) is unknown color: approx Fire Brick. HEX triplet: A1, 24 and 0A. RGB value is (161,36,10). Sum of RGB (Red+Green+Blue) = 161+36+10=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1240A is #5EDBF5. Grayscale: #464646. Windows color (decimal): -6216694 or 664737. OLE color: 664737.

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

Color convert

RGB1613610-
CMYK00.780.940.37
HSL10.33º88.3%33.53%-
HSV(B)10.33º93.79%63.14%-
XYZ15.388.861.19-
YUV70.4193.91192.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 77.78%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=77.78%
G=17.39%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161361000.780.940.3710.3388.333.53
HexA124A04E5E25a5822
Octal24144120116136451213042
Binary10100001100100101001001110101111010010110101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1240A; }

 p { color: rgb(161,36,10); }

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

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

 a { background-color: rgb(161,36,10); }

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

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

 span { border-color: rgb(161,36,10); }

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