#5D1A10

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

Shades of Red Oxide #5D1A10

Tints of Red Oxide #5D1A10

Color information

#5D1A10 (or 0x5D1A10) is unknown color: approx Red Oxide. HEX triplet: 5D, 1A and 10. RGB value is (93,26,16). Sum of RGB (Red+Green+Blue) = 93+26+16=135 (17% of max value = 765). Red value is 93 (36.72% from 255 or 68.89% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1A10 is #A2E5EF. Grayscale: #2C2C2C. Windows color (decimal): -10675696 or 1055325. OLE color: 1055325.

HSL color Cylindrical-coordinate representation of color #5D1A10: hue angle of 7.79º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1A10 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB932616-
CMYK00.720.830.64
HSL7.79º70.64%21.37%-
HSV(B)7.79º82.8%36.47%-
XYZ4.983.10.83-
YUV44.89111.7162.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 68.89%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=68.89%
G=19.26%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93261600.720.830.647.7970.6421.37
Hex5D1A10048534084715
Octal135322001101231001010725
Binary1011101110101000001001000101001110000001000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D1A10; }

 p { color: rgb(93,26,16); }

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

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

 a { background-color: rgb(93,26,16); }

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

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

 span { border-color: rgb(93,26,16); }

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