Html Css Color HEX #50100F Red Oxide

📋 copy color: '#50100F'

red 80 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #50100F

Tints of Red Oxide #50100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 72.07%
G = 14.41%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50100F (or 0x50100F) is known color: Red Oxide. HEX triplet: 50, 10 and 0F. RGB value is (80,16,15). Sum of RGB (Red+Green+Blue) = 80+16+15=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100F is #AFEFF0. Grayscale: #232323. Windows color (decimal): -11530225 or 987216. OLE color: 987216.

HSL color Cylindrical-coordinate representation of color #50100F: hue angle of 0.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50100F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 15 -
CMYK 0 0.80 0.81 0.69
HSL 0.92º 0.68% 0.19% -
HSV(B) 0.92º 0.81% 0.31% -
XYZ 3.58 2.11 0.67 -
YUV 35.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 80 16 15 0 0.80 0.81 0.69 0.92 0.68 0.19
Hex 50 10 F 0 50 51 45 1 44 13
Octal 120 20 17 0 120 121 105 1 104 23
Binary 1010000 10000 1111 0 1010000 1010001 1000101 1 1000100 10011

Color Harmonies of #50100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50100F

Black with #50100F

Text Example


Text Example

White with #50100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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