#510009

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

Shades of Rustic Red #510009

Tints of Rustic Red #510009

Color information

#510009 (or 0x510009) is unknown color: approx Rustic Red. HEX triplet: 51, 00 and 09. RGB value is (81,0,9). Sum of RGB (Red+Green+Blue) = 81+0+9=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510009 is #AEFFF6. Grayscale: #191919. Windows color (decimal): -11468791 or 589905. OLE color: 589905.

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

Color convert

RGB8109-
CMYK010.890.68
HSL353.33º100%15.88%-
HSV(B)353.33º100%31.76%-
XYZ3.441.770.42-
YUV25.24118.84167.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8109010.890.68353.3310015.88
Hex510906459441616410
Octal121011014413110454114420
Binary1010001010010110010010110011000100101100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510009; }

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

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

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

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

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

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

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

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