#510308

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

Shades of Rustic Red #510308

Tints of Rustic Red #510308

Color information

#510308 (or 0x510308) is unknown color: approx Rustic Red. HEX triplet: 51, 03 and 08. RGB value is (81,3,8). Sum of RGB (Red+Green+Blue) = 81+3+8=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510308 is #AEFCF7. Grayscale: #1A1A1A. Windows color (decimal): -11468024 or 525137. OLE color: 525137.

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

Color convert

RGB8138-
CMYK00.960.900.68
HSL356.15º92.86%16.47%-
HSV(B)356.15º96.3%31.76%-
XYZ3.471.830.4-
YUV26.89117.34166.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 88.04%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=88.04%
G=3.26%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal813800.960.900.68356.1592.8616.47
Hex51380605A441645d10
Octal121310014013210454413520
Binary10100011110000110000010110101000100101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510308; }

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

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

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

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

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

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

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

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