Html Css Color HEX #50160D Red Oxide

📋 copy color: '#50160D'

red 80 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #50160D

Tints of Red Oxide #50160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 69.57%
G = 19.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50160D (or 0x50160D) is known color: Red Oxide. HEX triplet: 50, 16 and 0D. RGB value is (80,22,13). Sum of RGB (Red+Green+Blue) = 80+22+13=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50160D is #AFE9F2. Grayscale: #262626. Windows color (decimal): -11528691 or 857680. OLE color: 857680.

HSL color Cylindrical-coordinate representation of color #50160D: hue angle of 8.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50160D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 13 -
CMYK 0 0.72 0.84 0.69
HSL 8.06º 0.72% 0.18% -
HSV(B) 8.06º 0.84% 0.31% -
XYZ 3.67 2.31 0.63 -
YUV 38.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 80 22 13 0 0.72 0.84 0.69 8.06 0.72 0.18
Hex 50 16 D 0 48 54 45 8 48 12
Octal 120 26 15 0 110 124 105 10 110 22
Binary 1010000 10110 1101 0 1001000 1010100 1000101 1000 1001000 10010

Color Harmonies of #50160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50160D

Black with #50160D

Text Example


Text Example

White with #50160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50160D; }

 p { color: rgb(80,22,13); }

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

background-color css

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

 a { background-color: rgb(80,22,13); }

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

border-color css

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

 span { border-color: rgb(80,22,13); }

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