Html Css Color HEX #50100A Red Oxide

📋 copy color: '#50100A'

red 80 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #50100A

Tints of Red Oxide #50100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 75.47%
G = 15.09%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#50100A (or 0x50100A) is known color: Red Oxide. HEX triplet: 50, 10 and 0A. RGB value is (80,16,10). Sum of RGB (Red+Green+Blue) = 80+16+10=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #50100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50100A is #AFEFF5. Grayscale: #222222. Windows color (decimal): -11530230 or 659536. OLE color: 659536.

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

Color convert

RGB 80 16 10 -
CMYK 0 0.80 0.87 0.69
HSL 5.14º 0.78% 0.18% -
HSV(B) 5.14º 0.88% 0.31% -
XYZ 3.55 2.1 0.51 -
YUV 34.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 80 16 10 0 0.80 0.87 0.69 5.14 0.78 0.18
Hex 50 10 A 0 50 57 45 5 4E 12
Octal 120 20 12 0 120 127 105 5 116 22
Binary 1010000 10000 1010 0 1010000 1010111 1000101 101 1001110 10010

Color Harmonies of #50100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50100A

Black with #50100A

Text Example


Text Example

White with #50100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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