Html Css Color HEX #510509 Rustic Red

📋 copy color: '#510509'

red 81 ◦ green 5 ◦ blue 9

#510509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #510509

Tints of Rustic Red #510509

RGB

 RED value IS 81 (32.03% from 255) = 85.26%

 GREEN value IS 5 (2.34% from 255) = 5.26%

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 85.26%
G = 5.26%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#510509 (or 0x510509) is known color: Rustic Red. HEX triplet: 51, 05 and 09. RGB value is (81,5,9). Sum of RGB (Red+Green+Blue) = 81+5+9=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510509 is #AEFAF6. Grayscale: #1C1C1C. Windows color (decimal): -11467511 or 591185. OLE color: 591185.

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

Color convert

RGB 81 5 9 -
CMYK 0 0.94 0.89 0.68
HSL 356.84º 0.88% 0.17% -
HSV(B) 356.84º 0.94% 0.32% -
XYZ 3.5 1.88 0.44 -
YUV 28.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 81 5 9 0 0.94 0.89 0.68 356.84 0.88 0.17
Hex 51 5 9 0 5E 59 44 165 58 11
Octal 121 5 11 0 136 131 104 545 130 21
Binary 1010001 101 1001 0 1011110 1011001 1000100 101100101 1011000 10001

Color Harmonies of #510509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510509

Black with #510509

Text Example


Text Example

White with #510509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510509; }

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

 H1.HeaderClassName
 {
   color: #510509;
 }
 .AnyTagClassName
 {
   color: #510509;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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