#51060A

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

Shades of Rustic Red #51060A

Tints of Rustic Red #51060A

Color information

#51060A (or 0x51060A) is unknown color: approx Rustic Red. HEX triplet: 51, 06 and 0A. RGB value is (81,6,10). Sum of RGB (Red+Green+Blue) = 81+6+10=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #51060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51060A is #AEF9F5. Grayscale: #1C1C1C. Windows color (decimal): -11467254 or 656977. OLE color: 656977.

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

Color convert

RGB81610-
CMYK00.930.880.68
HSL356.8º86.21%17.06%-
HSV(B)356.8º92.59%31.76%-
XYZ3.511.90.47-
YUV28.88117.35165.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 83.51%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=83.51%
G=6.19%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8161000.930.880.68356.886.2117.06
Hex516A05D58441655611
Octal121612013513010454512621
Binary101000111010100101110110110001000100101100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51060A; }

 p { color: rgb(81,6,10); }

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

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

 a { background-color: rgb(81,6,10); }

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

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

 span { border-color: rgb(81,6,10); }

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