#350304

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

Shades of Rustic Red #350304

Tints of Rustic Red #350304

Color information

#350304 (or 0x350304) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 04. RGB value is (53,3,4). Sum of RGB (Red+Green+Blue) = 53+3+4=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350304 is #CAFCFB. Grayscale: #121212. Windows color (decimal): -13303036 or 262965. OLE color: 262965.

HSL color Cylindrical-coordinate representation of color #350304: hue angle of 358.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 #350304 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB5334-
CMYK00.940.920.79
HSL358.8º89.29%10.98%-
HSV(B)358.8º94.34%20.78%-
XYZ1.520.830.19-
YUV18.06120.06152.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 88.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=88.33%
G=5%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal533400.940.920.79358.889.2910.98
Hex353405E5C4F16759b
Octal6534013613411754713113
Binary11010111100010111101011100100111110110011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350304; }

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

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

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

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

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

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

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

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