Html Css Color HEX #50100B Red Oxide

📋 copy color: '#50100B'

red 80 ◦ green 16 ◦ blue 11

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

Shades of Red Oxide #50100B

Tints of Red Oxide #50100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 74.77%
G = 14.95%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50100B (or 0x50100B) is known color: Red Oxide. HEX triplet: 50, 10 and 0B. RGB value is (80,16,11). Sum of RGB (Red+Green+Blue) = 80+16+11=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #50100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100B is #AFEFF4. Grayscale: #222222. Windows color (decimal): -11530229 or 725072. OLE color: 725072.

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

Color convert

RGB 80 16 11 -
CMYK 0 0.80 0.86 0.69
HSL 4.35º 0.76% 0.18% -
HSV(B) 4.35º 0.86% 0.31% -
XYZ 3.55 2.1 0.53 -
YUV 34.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 80 16 11 0 0.80 0.86 0.69 4.35 0.76 0.18
Hex 50 10 B 0 50 56 45 4 4C 12
Octal 120 20 13 0 120 126 105 4 114 22
Binary 1010000 10000 1011 0 1010000 1010110 1000101 100 1001100 10010

Color Harmonies of #50100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50100B

Black with #50100B

Text Example


Text Example

White with #50100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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