Html Css Color HEX #500409 Rustic Red

📋 copy color: '#500409'

red 80 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #500409

Tints of Rustic Red #500409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 86.02%
G = 4.3%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#500409 (or 0x500409) is known color: Rustic Red. HEX triplet: 50, 04 and 09. RGB value is (80,4,9). Sum of RGB (Red+Green+Blue) = 80+4+9=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500409 is #AFFBF6. Grayscale: #1B1B1B. Windows color (decimal): -11533303 or 590928. OLE color: 590928.

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

Color convert

RGB 80 4 9 -
CMYK 0 0.95 0.89 0.69
HSL 356.05º 0.9% 0.16% -
HSV(B) 356.05º 0.95% 0.31% -
XYZ 3.4 1.81 0.43 -
YUV 27.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 80 4 9 0 0.95 0.89 0.69 356.05 0.9 0.16
Hex 50 4 9 0 5F 59 45 164 5A 10
Octal 120 4 11 0 137 131 105 544 132 20
Binary 1010000 100 1001 0 1011111 1011001 1000101 101100100 1011010 10000

Color Harmonies of #500409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500409

Black with #500409

Text Example


Text Example

White with #500409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500409; }

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

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

background-color css

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

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

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

border-color css

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

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

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