#A51716

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

Shades of Fire Brick #A51716

Tints of Fire Brick #A51716

Color information

#A51716 (or 0xA51716) is unknown color: approx Fire Brick. HEX triplet: A5, 17 and 16. RGB value is (165,23,22). Sum of RGB (Red+Green+Blue) = 165+23+22=210 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.57% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 165 - color contains mainly: red. Hex color #A51716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51716 is #5AE8E9. Grayscale: #414141. Windows color (decimal): -5957866 or 1447845. OLE color: 1447845.

HSL color Cylindrical-coordinate representation of color #A51716: hue angle of 0.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51716 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1652322-
CMYK00.860.870.35
HSL0.42º76.47%36.67%-
HSV(B)0.42º86.67%64.71%-
XYZ15.978.671.59-
YUV65.34103.54199.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 78.57%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=78.57%
G=10.95%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165232200.860.870.350.4276.4736.67
HexA51716056572304c25
Octal2452726012612743011445
Binary10100101101111011001010110101011110001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51716; }

 p { color: rgb(165,23,22); }

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

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

 a { background-color: rgb(165,23,22); }

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

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

 span { border-color: rgb(165,23,22); }

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