#351214

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

Shades of Rustic Red #351214

Tints of Rustic Red #351214

Color information

#351214 (or 0x351214) is unknown color: approx Rustic Red. HEX triplet: 35, 12 and 14. RGB value is (53,18,20). Sum of RGB (Red+Green+Blue) = 53+18+20=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351214 is #CAEDEB. Grayscale: #1C1C1C. Windows color (decimal): -13299180 or 1315381. OLE color: 1315381.

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

Color convert

RGB531820-
CMYK00.660.620.79
HSL356.57º49.3%13.92%-
HSV(B)356.57º66.04%20.78%-
XYZ1.811.240.81-
YUV28.69123.1145.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=58.24%
G=19.78%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53182000.660.620.79356.5749.313.92
Hex3512140423E4F16531e
Octal6522240102761175456116
Binary11010110010101000100001011111010011111011001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351214; }

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

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

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

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

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

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

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

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