Html Css Color HEX #501612 Red Oxide

📋 copy color: '#501612'

red 80 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #501612

Tints of Red Oxide #501612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 66.67%
G = 18.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501612 (or 0x501612) is known color: Red Oxide. HEX triplet: 50, 16 and 12. RGB value is (80,22,18). Sum of RGB (Red+Green+Blue) = 80+22+18=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501612 is #AFE9ED. Grayscale: #262626. Windows color (decimal): -11528686 or 1185360. OLE color: 1185360.

HSL color Cylindrical-coordinate representation of color #501612: hue angle of 3.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501612 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 18 -
CMYK 0 0.72 0.78 0.69
HSL 3.87º 0.63% 0.19% -
HSV(B) 3.87º 0.78% 0.31% -
XYZ 3.7 2.32 0.83 -
YUV 38.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 80 22 18 0 0.72 0.78 0.69 3.87 0.63 0.19
Hex 50 16 12 0 48 4E 45 4 3F 13
Octal 120 26 22 0 110 116 105 4 77 23
Binary 1010000 10110 10010 0 1001000 1001110 1000101 100 111111 10011

Color Harmonies of #501612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501612

Black with #501612

Text Example


Text Example

White with #501612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501612; }

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

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

background-color css

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

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

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

border-color css

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

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

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