Html Css Color HEX #500107 Rustic Red

📋 copy color: '#500107'

red 80 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #500107

Tints of Rustic Red #500107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 90.91%
G = 1.14%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#500107 (or 0x500107) is known color: Rustic Red. HEX triplet: 50, 01 and 07. RGB value is (80,1,7). Sum of RGB (Red+Green+Blue) = 80+1+7=88 (11% of max value = 765). Red value is 80 (31.64% from 255 or 90.91% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 80 - color contains mainly: red. Hex color #500107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500107 is #AFFEF8. Grayscale: #191919. Windows color (decimal): -11534073 or 459088. OLE color: 459088.

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

Color convert

RGB 80 1 7 -
CMYK 0 0.99 0.91 0.69
HSL 355.44º 0.98% 0.16% -
HSV(B) 355.44º 0.99% 0.31% -
XYZ 3.36 1.74 0.36 -
YUV 25.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 80 1 7 0 0.99 0.91 0.69 355.44 0.98 0.16
Hex 50 1 7 0 63 5B 45 163 62 10
Octal 120 1 7 0 143 133 105 543 142 20
Binary 1010000 1 111 0 1100011 1011011 1000101 101100011 1100010 10000

Color Harmonies of #500107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500107

Black with #500107

Text Example


Text Example

White with #500107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500107; }

 p { color: rgb(80,1,7); }

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

background-color css

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

 a { background-color: rgb(80,1,7); }

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

border-color css

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

 span { border-color: rgb(80,1,7); }

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