#51020B

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

Shades of Rustic Red #51020B

Tints of Rustic Red #51020B

Color information

#51020B (or 0x51020B) is unknown color: approx Rustic Red. HEX triplet: 51, 02 and 0B. RGB value is (81,2,11). Sum of RGB (Red+Green+Blue) = 81+2+11=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #51020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020B is #AEFDF4. Grayscale: #1A1A1A. Windows color (decimal): -11468277 or 721489. OLE color: 721489.

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

Color convert

RGB81211-
CMYK00.980.860.68
HSL353.16º95.18%16.27%-
HSV(B)353.16º97.53%31.76%-
XYZ3.481.820.48-
YUV26.65119.17166.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=86.17%
G=2.13%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121100.980.860.68353.1695.1816.27
Hex512B06256441615f10
Octal121213014212610454113720
Binary10100011010110110001010101101000100101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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