#501C1A

Color #501C1A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #501C1A

Tints of Red Oxide #501C1A

Color information

#501C1A (or 0x501C1A) is unknown color: approx Red Oxide. HEX triplet: 50, 1C and 1A. RGB value is (80,28,26). Sum of RGB (Red+Green+Blue) = 80+28+26=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C1A is #AFE3E5. Grayscale: #2B2B2B. Windows color (decimal): -11527142 or 1711184. OLE color: 1711184.

HSL color Cylindrical-coordinate representation of color #501C1A: hue angle of 2.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501C1A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB802826-
CMYK00.650.670.69
HSL2.22º50.94%20.78%-
HSV(B)2.22º67.5%31.37%-
XYZ3.912.611.28-
YUV43.32118.23154.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=59.70%
G=20.90%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80282600.650.670.692.2250.9420.78
Hex501C1A041434523315
Octal1203432010110310526325
Binary1010000111001101001000001100001110001011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,26); }

 H1.HeaderClassName
 {
   color: #501C1A;
 }
 .AnyTagClassName
 {
   color: #501C1A;
 }
</style>
background-color css

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

 a { background-color: rgb(80,28,26); }

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

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

 span { border-color: rgb(80,28,26); }

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