#350616

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

Shades of Rustic Red #350616

Tints of Rustic Red #350616

Color information

#350616 (or 0x350616) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 16. RGB value is (53,6,22). Sum of RGB (Red+Green+Blue) = 53+6+22=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350616 is #CAF9E9. Grayscale: #151515. Windows color (decimal): -13302250 or 1443381. OLE color: 1443381.

HSL color Cylindrical-coordinate representation of color #350616: hue angle of 339.57º 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 #350616 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB53622-
CMYK00.890.580.79
HSL339.57º79.66%11.57%-
HSV(B)339.57º88.68%20.78%-
XYZ1.680.950.85-
YUV21.88128.07150.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=65.43%
G=7.41%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362200.890.580.79339.5779.6611.57
Hex356160593A4F15450c
Octal6562601317211752412014
Binary1101011101011001011001111010100111110101010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350616; }

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

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

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

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

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

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

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

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