#A1250F

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

Shades of Fire Brick #A1250F

Tints of Fire Brick #A1250F

Color information

#A1250F (or 0xA1250F) is unknown color: approx Fire Brick. HEX triplet: A1, 25 and 0F. RGB value is (161,37,15). Sum of RGB (Red+Green+Blue) = 161+37+15=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A1250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1250F is #5EDAF0. Grayscale: #474747. Windows color (decimal): -6216433 or 992673. OLE color: 992673.

HSL color Cylindrical-coordinate representation of color #A1250F: hue angle of 9.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1250F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1613715-
CMYK00.770.910.37
HSL9.04º82.95%34.51%-
HSV(B)9.04º90.68%63.14%-
XYZ15.458.931.36-
YUV71.5796.08191.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.59%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=75.59%
G=17.37%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161371500.770.910.379.0482.9534.51
HexA125F04D5B2595323
Octal24145170115133451112343
Binary10100001100101111101001101101101110010110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1250F; }

 p { color: rgb(161,37,15); }

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

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

 a { background-color: rgb(161,37,15); }

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

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

 span { border-color: rgb(161,37,15); }

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