#350415

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

Shades of Rustic Red #350415

Tints of Rustic Red #350415

Color information

#350415 (or 0x350415) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 15. RGB value is (53,4,21). Sum of RGB (Red+Green+Blue) = 53+4+21=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350415 is #CAFBEA. Grayscale: #141414. Windows color (decimal): -13302763 or 1377333. OLE color: 1377333.

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

Color convert

RGB53421-
CMYK00.920.600.79
HSL339.18º85.96%11.18%-
HSV(B)339.18º92.45%20.78%-
XYZ1.650.90.8-
YUV20.59128.23151.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=67.95%
G=5.13%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342100.920.600.79339.1885.9611.18
Hex3541505C3C4F15356b
Octal6542501347411752312613
Binary1101011001010101011100111100100111110101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350415; }

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

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

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

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

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

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

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

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