Html Css Color HEX #50100C Red Oxide

📋 copy color: '#50100C'

red 80 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #50100C

Tints of Red Oxide #50100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 74.07%
G = 14.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#50100C (or 0x50100C) is known color: Red Oxide. HEX triplet: 50, 10 and 0C. RGB value is (80,16,12). Sum of RGB (Red+Green+Blue) = 80+16+12=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #50100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100C is #AFEFF3. Grayscale: #222222. Windows color (decimal): -11530228 or 790608. OLE color: 790608.

HSL color Cylindrical-coordinate representation of color #50100C: hue angle of 3.53º 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 #50100C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 12 -
CMYK 0 0.80 0.85 0.69
HSL 3.53º 0.74% 0.18% -
HSV(B) 3.53º 0.85% 0.31% -
XYZ 3.56 2.1 0.57 -
YUV 34.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 80 16 12 0 0.80 0.85 0.69 3.53 0.74 0.18
Hex 50 10 C 0 50 55 45 4 4A 12
Octal 120 20 14 0 120 125 105 4 112 22
Binary 1010000 10000 1100 0 1010000 1010101 1000101 100 1001010 10010

Color Harmonies of #50100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50100C

Black with #50100C

Text Example


Text Example

White with #50100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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