#350313

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

Shades of Rustic Red #350313

Tints of Rustic Red #350313

Color information

#350313 (or 0x350313) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 13. RGB value is (53,3,19). Sum of RGB (Red+Green+Blue) = 53+3+19=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350313 is #CAFCEC. Grayscale: #131313. Windows color (decimal): -13303021 or 1246005. OLE color: 1246005.

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

Color convert

RGB53319-
CMYK00.940.640.79
HSL340.8º89.29%10.98%-
HSV(B)340.8º94.34%20.78%-
XYZ1.620.870.7-
YUV19.77127.56151.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=70.67%
G=4%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331900.940.640.79340.889.2910.98
Hex3531305E404F15559b
Octal65323013610011752513113
Binary1101011110011010111101000000100111110101010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350313; }

 p { color: rgb(53,3,19); }

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

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

 a { background-color: rgb(53,3,19); }

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

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

 span { border-color: rgb(53,3,19); }

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