#510209

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

Shades of Rustic Red #510209

Tints of Rustic Red #510209

Color information

#510209 (or 0x510209) is unknown color: approx Rustic Red. HEX triplet: 51, 02 and 09. RGB value is (81,2,9). Sum of RGB (Red+Green+Blue) = 81+2+9=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510209 is #AEFDF6. Grayscale: #1A1A1A. Windows color (decimal): -11468279 or 590417. OLE color: 590417.

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

Color convert

RGB8129-
CMYK00.980.890.68
HSL354.68º95.18%16.27%-
HSV(B)354.68º97.53%31.76%-
XYZ3.461.810.43-
YUV26.42118.17166.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 88.04%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=88.04%
G=2.17%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal812900.980.890.68354.6895.1816.27
Hex512906259441635f10
Octal121211014213110454313720
Binary10100011010010110001010110011000100101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510209; }

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

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

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

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

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

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

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

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