Html Css Color HEX #50070B Rustic Red

📋 copy color: '#50070B'

red 80 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #50070B

Tints of Rustic Red #50070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 11 (4.69% from 255) = 11.22%

R = 81.63%
G = 7.14%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50070B (or 0x50070B) is known color: Rustic Red. HEX triplet: 50, 07 and 0B. RGB value is (80,7,11). Sum of RGB (Red+Green+Blue) = 80+7+11=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #50070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070B is #AFF8F4. Grayscale: #1D1D1D. Windows color (decimal): -11532533 or 722768. OLE color: 722768.

HSL color Cylindrical-coordinate representation of color #50070B: hue angle of 356.71º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50070B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 11 -
CMYK 0 0.91 0.86 0.69
HSL 356.71º 0.84% 0.17% -
HSV(B) 356.71º 0.91% 0.31% -
XYZ 3.44 1.88 0.5 -
YUV 29.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 80 7 11 0 0.91 0.86 0.69 356.71 0.84 0.17
Hex 50 7 B 0 5B 56 45 165 54 11
Octal 120 7 13 0 133 126 105 545 124 21
Binary 1010000 111 1011 0 1011011 1010110 1000101 101100101 1010100 10001

Color Harmonies of #50070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50070B

Black with #50070B

Text Example


Text Example

White with #50070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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