#350610

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

Shades of Rustic Red #350610

Tints of Rustic Red #350610

Color information

#350610 (or 0x350610) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 10. RGB value is (53,6,16). Sum of RGB (Red+Green+Blue) = 53+6+16=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350610 is #CAF9EF. Grayscale: #151515. Windows color (decimal): -13302256 or 1050165. OLE color: 1050165.

HSL color Cylindrical-coordinate representation of color #350610: hue angle of 347.23º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350610 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB53616-
CMYK00.890.700.79
HSL347.23º79.66%11.57%-
HSV(B)347.23º88.68%20.78%-
XYZ1.630.920.58-
YUV21.19125.07150.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=70.67%
G=8%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5361600.890.700.79347.2379.6611.57
Hex35610059464F15b50c
Octal65620013110611753312014
Binary11010111010000010110011000110100111110101101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350610; }

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

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

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

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

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

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

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

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