#510005

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

Shades of Rustic Red #510005

Tints of Rustic Red #510005

Color information

#510005 (or 0x510005) is unknown color: approx Rustic Red. HEX triplet: 51, 00 and 05. RGB value is (81,0,5). Sum of RGB (Red+Green+Blue) = 81+0+5=86 (11% of max value = 765). Red value is 81 (32.03% from 255 or 94.19% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 81 - color contains mainly: red. Hex color #510005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510005 is #AEFFFA. Grayscale: #181818. Windows color (decimal): -11468795 or 327761. OLE color: 327761.

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

Color convert

RGB8105-
CMYK010.940.68
HSL356.3º100%15.88%-
HSV(B)356.3º100%31.76%-
XYZ3.421.760.3-
YUV24.79116.84168.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 94.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=94.19%
G=0%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8105010.940.68356.310015.88
Hex51050645E441646410
Octal12105014413610454414420
Binary101000101010110010010111101000100101100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510005; }

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

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

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

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

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

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

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

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