#51020D

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

Shades of Rustic Red #51020D

Tints of Rustic Red #51020D

Color information

#51020D (or 0x51020D) is unknown color: approx Rustic Red. HEX triplet: 51, 02 and 0D. RGB value is (81,2,13). Sum of RGB (Red+Green+Blue) = 81+2+13=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #51020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020D is #AEFDF2. Grayscale: #1A1A1A. Windows color (decimal): -11468275 or 852561. OLE color: 852561.

HSL color Cylindrical-coordinate representation of color #51020D: hue angle of 351.65º 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 #51020D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB81213-
CMYK00.980.840.68
HSL351.65º95.18%16.27%-
HSV(B)351.65º97.53%31.76%-
XYZ3.491.820.55-
YUV26.87120.17166.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 84.38%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=84.38%
G=2.08%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121300.980.840.68351.6595.1816.27
Hex512D06254441605f10
Octal121215014212410454013720
Binary10100011011010110001010101001000100101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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