#350D1A

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

Shades of Rustic Red #350D1A

Tints of Rustic Red #350D1A

Color information

#350D1A (or 0x350D1A) is unknown color: approx Rustic Red. HEX triplet: 35, 0D and 1A. RGB value is (53,13,26). Sum of RGB (Red+Green+Blue) = 53+13+26=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1A is #CAF2E5. Grayscale: #1A1A1A. Windows color (decimal): -13300454 or 1707317. OLE color: 1707317.

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

Color convert

RGB531326-
CMYK00.750.510.79
HSL340.5º60.61%12.94%-
HSV(B)340.5º75.47%20.78%-
XYZ1.81.121.1-
YUV26.44127.75146.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=57.61%
G=14.13%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53132600.750.510.79340.560.6112.94
Hex35D1A04B334F1543dd
Octal6515320113631175247515
Binary1101011101110100100101111001110011111010101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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