Html Css Color HEX #50030B Rustic Red

📋 copy color: '#50030B'

red 80 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #50030B

Tints of Rustic Red #50030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 85.11%
G = 3.19%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50030B (or 0x50030B) is known color: Rustic Red. HEX triplet: 50, 03 and 0B. RGB value is (80,3,11). Sum of RGB (Red+Green+Blue) = 80+3+11=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #50030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50030B is #AFFCF4. Grayscale: #1A1A1A. Windows color (decimal): -11533557 or 721744. OLE color: 721744.

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

Color convert

RGB 80 3 11 -
CMYK 0 0.96 0.86 0.69
HSL 353.77º 0.93% 0.16% -
HSV(B) 353.77º 0.96% 0.31% -
XYZ 3.4 1.79 0.48 -
YUV 26.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 80 3 11 0 0.96 0.86 0.69 353.77 0.93 0.16
Hex 50 3 B 0 60 56 45 162 5D 10
Octal 120 3 13 0 140 126 105 542 135 20
Binary 1010000 11 1011 0 1100000 1010110 1000101 101100010 1011101 10000

Color Harmonies of #50030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50030B

Black with #50030B

Text Example


Text Example

White with #50030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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