#510508

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

Shades of Rustic Red #510508

Tints of Rustic Red #510508

Color information

#510508 (or 0x510508) is unknown color: approx Rustic Red. HEX triplet: 51, 05 and 08. RGB value is (81,5,8). Sum of RGB (Red+Green+Blue) = 81+5+8=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510508 is #AEFAF7. Grayscale: #1C1C1C. Windows color (decimal): -11467512 or 525649. OLE color: 525649.

HSL color Cylindrical-coordinate representation of color #510508: hue angle of 357.63º 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 #510508 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB8158-
CMYK00.940.900.68
HSL357.63º88.37%16.86%-
HSV(B)357.63º93.83%31.76%-
XYZ3.491.880.41-
YUV28.07116.68165.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=86.17%
G=5.32%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal815800.940.900.68357.6388.3716.86
Hex515805E5A441665811
Octal121510013613210454613021
Binary101000110110000101111010110101000100101100110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510508; }

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

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

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

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

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

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

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

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