Html Css Color HEX #500005 Rustic Red

📋 copy color: '#500005'

red 80 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #500005

Tints of Rustic Red #500005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.88%

R = 94.12%
G = 0%
B = 5.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#500005 (or 0x500005) is known color: Rustic Red. HEX triplet: 50, 00 and 05. RGB value is (80,0,5). Sum of RGB (Red+Green+Blue) = 80+0+5=85 (11% of max value = 765). Red value is 80 (31.64% from 255 or 94.12% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 80 - color contains mainly: red. Hex color #500005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500005 is #AFFFFA. Grayscale: #181818. Windows color (decimal): -11534331 or 327760. OLE color: 327760.

HSL color Cylindrical-coordinate representation of color #500005: hue angle of 356.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 #500005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 5 -
CMYK 0 1 0.94 0.69
HSL 356.25º 1% 0.16% -
HSV(B) 356.25º 1% 0.31% -
XYZ 3.34 1.72 0.3 -
YUV 24.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 80 0 5 0 1 0.94 0.69 356.25 1 0.16
Hex 50 0 5 0 64 5E 45 164 64 10
Octal 120 0 5 0 144 136 105 544 144 20
Binary 1010000 0 101 0 1100100 1011110 1000101 101100100 1100100 10000

Color Harmonies of #500005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500005

Black with #500005

Text Example


Text Example

White with #500005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500005; }

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

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

background-color css

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

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

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

border-color css

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

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

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