#351D1F

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

Shades of Rustic Red #351D1F

Tints of Rustic Red #351D1F

Color information

#351D1F (or 0x351D1F) is unknown color: approx Rustic Red. HEX triplet: 35, 1D and 1F. RGB value is (53,29,31). Sum of RGB (Red+Green+Blue) = 53+29+31=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #351D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D1F is #CAE2E0. Grayscale: #242424. Windows color (decimal): -13296353 or 2039093. OLE color: 2039093.

HSL color Cylindrical-coordinate representation of color #351D1F: hue angle of 355º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #351D1F is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB532931-
CMYK00.450.420.79
HSL355º29.27%16.08%-
HSV(B)355º45.28%20.78%-
XYZ2.151.731.52-
YUV36.4124.95139.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 29 (11.72% from 255) = 25.66%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=46.90%
G=25.66%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53293100.450.420.7935529.2716.08
Hex351D1F02D2A4F1631d10
Octal653537055521175433520
Binary1101011110111111010110110101010011111011000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351D1F; }

 p { color: rgb(53,29,31); }

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

<style>
 a { background-color: #351D1F; }

 a { background-color: rgb(53,29,31); }

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

<style>
 span { border-color: #351D1F; }

 span { border-color: rgb(53,29,31); }

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