#350D1B

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

Shades of Rustic Red #350D1B

Tints of Rustic Red #350D1B

Color information

#350D1B (or 0x350D1B) is unknown color: approx Rustic Red. HEX triplet: 35, 0D and 1B. RGB value is (53,13,27). Sum of RGB (Red+Green+Blue) = 53+13+27=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1B is #CAF2E4. Grayscale: #1A1A1A. Windows color (decimal): -13300453 or 1772853. OLE color: 1772853.

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

Color convert

RGB531327-
CMYK00.750.490.79
HSL339º60.61%12.94%-
HSV(B)339º75.47%20.78%-
XYZ1.811.121.16-
YUV26.56128.25146.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=56.99%
G=13.98%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53132700.750.490.7933960.6112.94
Hex35D1B04B314F1533dd
Octal6515330113611175237515
Binary1101011101110110100101111000110011111010100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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