#510309

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

Shades of Rustic Red #510309

Tints of Rustic Red #510309

Color information

#510309 (or 0x510309) is unknown color: approx Rustic Red. HEX triplet: 51, 03 and 09. RGB value is (81,3,9). Sum of RGB (Red+Green+Blue) = 81+3+9=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510309 is #AEFCF6. Grayscale: #1B1B1B. Windows color (decimal): -11468023 or 590673. OLE color: 590673.

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

Color convert

RGB8139-
CMYK00.960.890.68
HSL355.38º92.86%16.47%-
HSV(B)355.38º96.3%31.76%-
XYZ3.481.830.43-
YUV27.01117.84166.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 87.10%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=87.10%
G=3.23%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal813900.960.890.68355.3892.8616.47
Hex513906059441635d10
Octal121311014013110454313520
Binary10100011110010110000010110011000100101100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510309; }

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

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

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

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

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

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

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

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