#51050B

Color #51050B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #51050B

Tints of Rustic Red #51050B

Color information

#51050B (or 0x51050B) is unknown color: approx Rustic Red. HEX triplet: 51, 05 and 0B. RGB value is (81,5,11). Sum of RGB (Red+Green+Blue) = 81+5+11=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #51050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51050B is #AEFAF4. Grayscale: #1C1C1C. Windows color (decimal): -11467509 or 722257. OLE color: 722257.

HSL color Cylindrical-coordinate representation of color #51050B: hue angle of 355.26º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51050B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB81511-
CMYK00.940.860.68
HSL355.26º88.37%16.86%-
HSV(B)355.26º93.83%31.76%-
XYZ3.511.880.49-
YUV28.41118.18165.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 83.51%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=83.51%
G=5.15%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8151100.940.860.68355.2688.3716.86
Hex515B05E56441635811
Octal121513013612610454313021
Binary101000110110110101111010101101000100101100011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51050B; }

 p { color: rgb(81,5,11); }

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

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

 a { background-color: rgb(81,5,11); }

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

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

 span { border-color: rgb(81,5,11); }

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