#350009

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

Shades of Rustic Red #350009

Tints of Rustic Red #350009

Color information

#350009 (or 0x350009) is unknown color: approx Rustic Red. HEX triplet: 35, 00 and 09. RGB value is (53,0,9). Sum of RGB (Red+Green+Blue) = 53+0+9=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350009 is #CAFFF6. Grayscale: #101010. Windows color (decimal): -13303799 or 589877. OLE color: 589877.

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

Color convert

RGB5309-
CMYK010.830.79
HSL349.81º100%10.39%-
HSV(B)349.81º100%20.78%-
XYZ1.520.780.33-
YUV16.87123.56153.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=85.48%
G=0%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5309010.830.79349.8110010.39
Hex3509064534F15e64a
Octal65011014412311753614412
Binary11010101001011001001010011100111110101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350009; }

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

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

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

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

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

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

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

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