#350D18

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

Shades of Rustic Red #350D18

Tints of Rustic Red #350D18

Color information

#350D18 (or 0x350D18) is unknown color: approx Rustic Red. HEX triplet: 35, 0D and 18. RGB value is (53,13,24). Sum of RGB (Red+Green+Blue) = 53+13+24=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D18 is #CAF2E7. Grayscale: #1A1A1A. Windows color (decimal): -13300456 or 1576245. OLE color: 1576245.

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

Color convert

RGB531324-
CMYK00.750.550.79
HSL343.5º60.61%12.94%-
HSV(B)343.5º75.47%20.78%-
XYZ1.781.110.98-
YUV26.21126.75147.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=58.89%
G=14.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53132400.750.550.79343.560.6112.94
Hex35D1804B374F1583dd
Octal6515300113671175307515
Binary1101011101110000100101111011110011111010110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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