#350609

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

Shades of Rustic Red #350609

Tints of Rustic Red #350609

Color information

#350609 (or 0x350609) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 09. RGB value is (53,6,9). Sum of RGB (Red+Green+Blue) = 53+6+9=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350609 is #CAF9F6. Grayscale: #141414. Windows color (decimal): -13302263 or 591413. OLE color: 591413.

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

Color convert

RGB5369-
CMYK00.890.830.79
HSL356.17º79.66%11.57%-
HSV(B)356.17º88.68%20.78%-
XYZ1.580.910.35-
YUV20.4121.57151.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=77.94%
G=8.82%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal536900.890.830.79356.1779.6611.57
Hex3569059534F16450c
Octal65611013112311754412014
Binary1101011101001010110011010011100111110110010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350609; }

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

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

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

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

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

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

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

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