#350D13

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

Shades of Rustic Red #350D13

Tints of Rustic Red #350D13

Color information

#350D13 (or 0x350D13) is unknown color: approx Rustic Red. HEX triplet: 35, 0D and 13. RGB value is (53,13,19). Sum of RGB (Red+Green+Blue) = 53+13+19=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #350D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D13 is #CAF2EC. Grayscale: #191919. Windows color (decimal): -13300461 or 1248565. OLE color: 1248565.

HSL color Cylindrical-coordinate representation of color #350D13: hue angle of 351º 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 #350D13 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB531319-
CMYK00.750.640.79
HSL351º60.61%12.94%-
HSV(B)351º75.47%20.78%-
XYZ1.731.090.74-
YUV25.64124.25147.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=62.35%
G=15.29%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53131900.750.640.7935160.6112.94
Hex35D1304B404F15f3dd
Octal65152301131001175377515
Binary11010111011001101001011100000010011111010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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