Html Css Color HEX #50110C Red Oxide

📋 copy color: '#50110C'

red 80 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #50110C

Tints of Red Oxide #50110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 12 (5.08% from 255) = 11.01%

R = 73.39%
G = 15.6%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#50110C (or 0x50110C) is known color: Red Oxide. HEX triplet: 50, 11 and 0C. RGB value is (80,17,12). Sum of RGB (Red+Green+Blue) = 80+17+12=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50110C is #AFEEF3. Grayscale: #232323. Windows color (decimal): -11529972 or 790864. OLE color: 790864.

HSL color Cylindrical-coordinate representation of color #50110C: hue angle of 4.41º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50110C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 12 -
CMYK 0 0.79 0.85 0.69
HSL 4.41º 0.74% 0.18% -
HSV(B) 4.41º 0.85% 0.31% -
XYZ 3.58 2.13 0.57 -
YUV 35.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 80 17 12 0 0.79 0.85 0.69 4.41 0.74 0.18
Hex 50 11 C 0 4F 55 45 4 4A 12
Octal 120 21 14 0 117 125 105 4 112 22
Binary 1010000 10001 1100 0 1001111 1010101 1000101 100 1001010 10010

Color Harmonies of #50110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50110C

Black with #50110C

Text Example


Text Example

White with #50110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50110C; }

 p { color: rgb(80,17,12); }

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

background-color css

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

 a { background-color: rgb(80,17,12); }

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

border-color css

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

 span { border-color: rgb(80,17,12); }

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