Html Css Color HEX #501512 Red Oxide

📋 copy color: '#501512'

red 80 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #501512

Tints of Red Oxide #501512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 67.23%
G = 17.65%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501512 (or 0x501512) is known color: Red Oxide. HEX triplet: 50, 15 and 12. RGB value is (80,21,18). Sum of RGB (Red+Green+Blue) = 80+21+18=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501512 is #AFEAED. Grayscale: #262626. Windows color (decimal): -11528942 or 1185104. OLE color: 1185104.

HSL color Cylindrical-coordinate representation of color #501512: hue angle of 2.9º 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 #501512 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 18 -
CMYK 0 0.74 0.78 0.69
HSL 2.9º 0.63% 0.19% -
HSV(B) 2.9º 0.78% 0.31% -
XYZ 3.69 2.29 0.82 -
YUV 38.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 80 21 18 0 0.74 0.78 0.69 2.9 0.63 0.19
Hex 50 15 12 0 4A 4E 45 3 3F 13
Octal 120 25 22 0 112 116 105 3 77 23
Binary 1010000 10101 10010 0 1001010 1001110 1000101 11 111111 10011

Color Harmonies of #501512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501512

Black with #501512

Text Example


Text Example

White with #501512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501512; }

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

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

background-color css

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

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

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

border-color css

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

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

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