Html Css Color HEX #500108 Rustic Red

📋 copy color: '#500108'

red 80 ◦ green 1 ◦ blue 8

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

Shades of Rustic Red #500108

Tints of Rustic Red #500108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.99%

R = 89.89%
G = 1.12%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#500108 (or 0x500108) is known color: Rustic Red. HEX triplet: 50, 01 and 08. RGB value is (80,1,8). Sum of RGB (Red+Green+Blue) = 80+1+8=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500108 is #AFFEF7. Grayscale: #191919. Windows color (decimal): -11534072 or 524624. OLE color: 524624.

HSL color Cylindrical-coordinate representation of color #500108: hue angle of 354.68º 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 #500108 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 8 -
CMYK 0 0.99 0.90 0.69
HSL 354.68º 0.98% 0.16% -
HSV(B) 354.68º 0.99% 0.31% -
XYZ 3.36 1.74 0.39 -
YUV 25.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 80 1 8 0 0.99 0.90 0.69 354.68 0.98 0.16
Hex 50 1 8 0 63 5A 45 163 62 10
Octal 120 1 10 0 143 132 105 543 142 20
Binary 1010000 1 1000 0 1100011 1011010 1000101 101100011 1100010 10000

Color Harmonies of #500108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500108

Black with #500108

Text Example


Text Example

White with #500108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500108; }

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

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

background-color css

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

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

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

border-color css

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

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

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