#a51b16

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

Shades of Fire Brick #A51B16

Tints of Fire Brick #A51B16

Color information

#A51B16 (or 0xA51B16) is unknown color: approx Fire Brick. HEX triplet: A5, 1B and 16. RGB value is (165,27,22). Sum of RGB (Red+Green+Blue) = 165+27+22=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51B16 is #5AE4E9. Grayscale: #434343. Windows color (decimal): -5956842 or 1448869. OLE color: 1448869.

HSL color Cylindrical-coordinate representation of color #A51B16: hue angle of 2.1º 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 #A51B16 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1652722-
CMYK00.840.870.35
HSL2.1º76.47%36.67%-
HSV(B)2.1º86.67%64.71%-
XYZ16.058.841.62-
YUV67.69102.22197.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.10%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=77.10%
G=12.62%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165272200.840.870.352.176.4736.67
HexA51B16054572324c25
Octal2453326012412743211445
Binary101001011101110110010101001010111100011101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51b16; }

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

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

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

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

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

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

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

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