#350209

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

Shades of Rustic Red #350209

Tints of Rustic Red #350209

Color information

#350209 (or 0x350209) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 09. RGB value is (53,2,9). Sum of RGB (Red+Green+Blue) = 53+2+9=64 (8% of max value = 765). Red value is 53 (21.09% from 255 or 82.81% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 53 - color contains mainly: red. Hex color #350209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350209 is #CAFDF6. Grayscale: #121212. Windows color (decimal): -13303287 or 590389. OLE color: 590389.

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

Color convert

RGB5329-
CMYK00.960.830.79
HSL351.76º92.73%10.78%-
HSV(B)351.76º96.23%20.78%-
XYZ1.540.820.34-
YUV18.05122.9152.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 82.81%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=82.81%
G=3.12%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532900.960.830.79351.7692.7310.78
Hex3529060534F1605db
Octal65211014012311754013513
Binary110101101001011000001010011100111110110000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350209; }

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

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

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

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

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

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

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

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