#350409

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

Shades of Rustic Red #350409

Tints of Rustic Red #350409

Color information

#350409 (or 0x350409) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 09. RGB value is (53,4,9). Sum of RGB (Red+Green+Blue) = 53+4+9=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350409 is #CAFBF6. Grayscale: #131313. Windows color (decimal): -13302775 or 590901. OLE color: 590901.

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

Color convert

RGB5349-
CMYK00.920.830.79
HSL353.88º85.96%11.18%-
HSV(B)353.88º92.45%20.78%-
XYZ1.560.860.34-
YUV19.22122.23152.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=80.30%
G=6.06%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal534900.920.830.79353.8885.9611.18
Hex354905C534F16256b
Octal65411013412311754212613
Binary1101011001001010111001010011100111110110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350409; }

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

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

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

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

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

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

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

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