Html Css Color HEX #50030E Rustic Red

📋 copy color: '#50030E'

red 80 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #50030E

Tints of Rustic Red #50030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 82.47%
G = 3.09%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50030E (or 0x50030E) is known color: Rustic Red. HEX triplet: 50, 03 and 0E. RGB value is (80,3,14). Sum of RGB (Red+Green+Blue) = 80+3+14=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50030E is #AFFCF1. Grayscale: #1B1B1B. Windows color (decimal): -11533554 or 918352. OLE color: 918352.

HSL color Cylindrical-coordinate representation of color #50030E: hue angle of 351.43º 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 #50030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 14 -
CMYK 0 0.96 0.83 0.69
HSL 351.43º 0.93% 0.16% -
HSV(B) 351.43º 0.96% 0.31% -
XYZ 3.42 1.8 0.58 -
YUV 27.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 80 3 14 0 0.96 0.83 0.69 351.43 0.93 0.16
Hex 50 3 E 0 60 53 45 15F 5D 10
Octal 120 3 16 0 140 123 105 537 135 20
Binary 1010000 11 1110 0 1100000 1010011 1000101 101011111 1011101 10000

Color Harmonies of #50030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50030E

Black with #50030E

Text Example


Text Example

White with #50030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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