#351415

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

Shades of Rustic Red #351415

Tints of Rustic Red #351415

Color information

#351415 (or 0x351415) is unknown color: approx Rustic Red. HEX triplet: 35, 14 and 15. RGB value is (53,20,21). Sum of RGB (Red+Green+Blue) = 53+20+21=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351415 is #CAEBEA. Grayscale: #1E1E1E. Windows color (decimal): -13298667 or 1381429. OLE color: 1381429.

HSL color Cylindrical-coordinate representation of color #351415: hue angle of 358.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351415 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB532021-
CMYK00.620.600.79
HSL358.18º45.21%14.31%-
HSV(B)358.18º62.26%20.78%-
XYZ1.851.310.86-
YUV29.98122.93144.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=56.38%
G=21.28%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53202100.620.600.79358.1845.2114.31
Hex35141503E3C4F1662de
Octal652425076741175465516
Binary1101011010010101011111011110010011111011001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351415; }

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

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

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

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

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

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

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

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