Html Css Color HEX #501B16 Red Oxide

📋 copy color: '#501B16'

red 80 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #501B16

Tints of Red Oxide #501B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.93%

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 62.02%
G = 20.93%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#501B16 (or 0x501B16) is known color: Red Oxide. HEX triplet: 50, 1B and 16. RGB value is (80,27,22). Sum of RGB (Red+Green+Blue) = 80+27+22=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #501B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B16 is #AFE4E9. Grayscale: #2A2A2A. Windows color (decimal): -11527402 or 1448784. OLE color: 1448784.

HSL color Cylindrical-coordinate representation of color #501B16: hue angle of 5.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501B16 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 27 22 -
CMYK 0 0.66 0.72 0.69
HSL 5.17º 0.57% 0.2% -
HSV(B) 5.17º 0.73% 0.31% -
XYZ 3.85 2.55 1.05 -
YUV 42.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 80 27 22 0 0.66 0.72 0.69 5.17 0.57 0.2
Hex 50 1B 16 0 42 48 45 5 39 14
Octal 120 33 26 0 102 110 105 5 71 24
Binary 1010000 11011 10110 0 1000010 1001000 1000101 101 111001 10100

Color Harmonies of #501B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B16

Black with #501B16

Text Example


Text Example

White with #501B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501B16; }

 p { color: rgb(80,27,22); }

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

background-color css

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

 a { background-color: rgb(80,27,22); }

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

border-color css

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

 span { border-color: rgb(80,27,22); }

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