#A31907

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

Shades of Fire Brick #A31907

Tints of Fire Brick #A31907

Color information

#A31907 (or 0xA31907) is unknown color: approx Fire Brick. HEX triplet: A3, 19 and 07. RGB value is (163,25,7). Sum of RGB (Red+Green+Blue) = 163+25+7=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A31907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31907 is #5CE6F8. Grayscale: #404040. Windows color (decimal): -6088441 or 465315. OLE color: 465315.

HSL color Cylindrical-coordinate representation of color #A31907: hue angle of 6.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A31907 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163257-
CMYK00.850.960.36
HSL6.92º91.76%33.33%-
HSV(B)6.92º95.71%63.92%-
XYZ15.498.51.02-
YUV64.2195.72198.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.59%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=83.59%
G=12.82%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16325700.850.960.366.9291.7633.33
HexA3197055602475c21
Octal243317012514044713441
Binary10100011110011110101010111000001001001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31907; }

 p { color: rgb(163,25,7); }

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

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

 a { background-color: rgb(163,25,7); }

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

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

 span { border-color: rgb(163,25,7); }

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