#350205

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

Shades of Rustic Red #350205

Tints of Rustic Red #350205

Color information

#350205 (or 0x350205) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 05. RGB value is (53,2,5). Sum of RGB (Red+Green+Blue) = 53+2+5=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350205 is #CAFDFA. Grayscale: #111111. Windows color (decimal): -13303291 or 328245. OLE color: 328245.

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

Color convert

RGB5325-
CMYK00.960.910.79
HSL356.47º92.73%10.78%-
HSV(B)356.47º96.23%20.78%-
XYZ1.520.810.22-
YUV17.59120.9153.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 88.33%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=88.33%
G=3.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532500.960.910.79356.4792.7310.78
Hex35250605B4F1645db
Octal6525014013311754413513
Binary11010110101011000001011011100111110110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350205; }

 p { color: rgb(53,2,5); }

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

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

 a { background-color: rgb(53,2,5); }

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

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

 span { border-color: rgb(53,2,5); }

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