Html Css Color HEX #500009 Rustic Red

📋 copy color: '#500009'

red 80 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #500009

Tints of Rustic Red #500009

RGB

 RED value IS 80 (31.64% from 255) = 89.89%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.89%
G = 0%
B = 10.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#500009 (or 0x500009) is known color: Rustic Red. HEX triplet: 50, 00 and 09. RGB value is (80,0,9). Sum of RGB (Red+Green+Blue) = 80+0+9=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500009 is #AFFFF6. Grayscale: #181818. Windows color (decimal): -11534327 or 589904. OLE color: 589904.

HSL color Cylindrical-coordinate representation of color #500009: hue angle of 353.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500009 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 9 -
CMYK 0 1 0.89 0.69
HSL 353.25º 1% 0.16% -
HSV(B) 353.25º 1% 0.31% -
XYZ 3.36 1.73 0.41 -
YUV 24.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 80 0 9 0 1 0.89 0.69 353.25 1 0.16
Hex 50 0 9 0 64 59 45 161 64 10
Octal 120 0 11 0 144 131 105 541 144 20
Binary 1010000 0 1001 0 1100100 1011001 1000101 101100001 1100100 10000

Color Harmonies of #500009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500009

Black with #500009

Text Example


Text Example

White with #500009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500009; }

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

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

background-color css

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

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

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

border-color css

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

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

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