#350617

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

Shades of Rustic Red #350617

Tints of Rustic Red #350617

Color information

#350617 (or 0x350617) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 17. RGB value is (53,6,23). Sum of RGB (Red+Green+Blue) = 53+6+23=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350617 is #CAF9E8. Grayscale: #151515. Windows color (decimal): -13302249 or 1508917. OLE color: 1508917.

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

Color convert

RGB53623-
CMYK00.890.570.79
HSL338.3º79.66%11.57%-
HSV(B)338.3º88.68%20.78%-
XYZ1.690.950.9-
YUV21.99128.57150.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 23 (9.38% from 255) = 28.05%
R=64.63%
G=7.32%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362300.890.570.79338.379.6611.57
Hex35617059394F15250c
Octal6562701317111752212014
Binary1101011101011101011001111001100111110101001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350617; }

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

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

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

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

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

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

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

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