#350E10

Color #350E10 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #350E10

Tints of Rustic Red #350E10

Color information

#350E10 (or 0x350E10) is unknown color: approx Rustic Red. HEX triplet: 35, 0E and 10. RGB value is (53,14,16). Sum of RGB (Red+Green+Blue) = 53+14+16=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E10 is #CAF1EF. Grayscale: #191919. Windows color (decimal): -13300208 or 1052213. OLE color: 1052213.

HSL color Cylindrical-coordinate representation of color #350E10: hue angle of 356.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E10 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB531416-
CMYK00.740.700.79
HSL356.92º58.21%13.14%-
HSV(B)356.92º73.58%20.78%-
XYZ1.721.110.61-
YUV25.89122.42147.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=63.86%
G=16.87%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53141600.740.700.79356.9258.2113.14
Hex35E1004A464F1653ad
Octal65162001121061175457215
Binary11010111101000001001010100011010011111011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E10; }

 p { color: rgb(53,14,16); }

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

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

 a { background-color: rgb(53,14,16); }

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

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

 span { border-color: rgb(53,14,16); }

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