#350D14

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

Shades of Rustic Red #350D14

Tints of Rustic Red #350D14

Color information

#350D14 (or 0x350D14) is unknown color: approx Rustic Red. HEX triplet: 35, 0D and 14. RGB value is (53,13,20). Sum of RGB (Red+Green+Blue) = 53+13+20=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D14 is #CAF2EB. Grayscale: #191919. Windows color (decimal): -13300460 or 1314101. OLE color: 1314101.

HSL color Cylindrical-coordinate representation of color #350D14: hue angle of 349.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D14 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB531320-
CMYK00.750.620.79
HSL349.5º60.61%12.94%-
HSV(B)349.5º75.47%20.78%-
XYZ1.741.10.78-
YUV25.76124.75147.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=61.63%
G=15.12%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53132000.750.620.79349.560.6112.94
Hex35D1404B3E4F15e3dd
Octal6515240113761175367515
Binary1101011101101000100101111111010011111010111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350D14; }

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

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

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

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

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

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

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

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