#350204

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

Shades of Rustic Red #350204

Tints of Rustic Red #350204

Color information

#350204 (or 0x350204) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 04. RGB value is (53,2,4). Sum of RGB (Red+Green+Blue) = 53+2+4=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350204 is #CAFDFB. Grayscale: #111111. Windows color (decimal): -13303292 or 262709. OLE color: 262709.

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

Color convert

RGB5324-
CMYK00.960.920.79
HSL357.65º92.73%10.78%-
HSV(B)357.65º96.23%20.78%-
XYZ1.510.810.19-
YUV17.48120.4153.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 89.83%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=89.83%
G=3.39%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532400.960.920.79357.6592.7310.78
Hex35240605C4F1665db
Octal6524014013411754613513
Binary11010110100011000001011100100111110110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350204; }

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

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

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

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

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

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

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

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