#A51907

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

Shades of Fire Brick #A51907

Tints of Fire Brick #A51907

Color information

#A51907 (or 0xA51907) is unknown color: approx Fire Brick. HEX triplet: A5, 19 and 07. RGB value is (165,25,7). Sum of RGB (Red+Green+Blue) = 165+25+7=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A51907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51907 is #5AE6F8. Grayscale: #414141. Windows color (decimal): -5957369 or 465317. OLE color: 465317.

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

Color convert

RGB165257-
CMYK00.850.960.35
HSL6.84º91.86%33.73%-
HSV(B)6.84º95.76%64.71%-
XYZ15.98.711.04-
YUV64.8195.38199.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 83.76%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=83.76%
G=12.69%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16525700.850.960.356.8491.8633.73
HexA5197055602375c22
Octal245317012514043713442
Binary10100101110011110101010111000001000111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51907; }

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

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

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

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

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

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

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

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