Html Css Color HEX #501102 Red Oxide

📋 copy color: '#501102'

red 80 ◦ green 17 ◦ blue 2

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

Shades of Red Oxide #501102

Tints of Red Oxide #501102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 80.81%
G = 17.17%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#501102 (or 0x501102) is known color: Red Oxide. HEX triplet: 50, 11 and 02. RGB value is (80,17,2). Sum of RGB (Red+Green+Blue) = 80+17+2=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #501102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501102 is #AFEEFD. Grayscale: #222222. Windows color (decimal): -11529982 or 135504. OLE color: 135504.

HSL color Cylindrical-coordinate representation of color #501102: hue angle of 11.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #501102 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 2 -
CMYK 0 0.79 0.98 0.69
HSL 11.54º 0.95% 0.16% -
HSV(B) 11.54º 0.98% 0.31% -
XYZ 3.52 2.11 0.28 -
YUV 34.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 80 17 2 0 0.79 0.98 0.69 11.54 0.95 0.16
Hex 50 11 2 0 4F 62 45 C 5F 10
Octal 120 21 2 0 117 142 105 14 137 20
Binary 1010000 10001 10 0 1001111 1100010 1000101 1100 1011111 10000

Color Harmonies of #501102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501102

Black with #501102

Text Example


Text Example

White with #501102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501102; }

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

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

background-color css

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

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

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

border-color css

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

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

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