#351E1F

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

Shades of Rustic Red #351E1F

Tints of Rustic Red #351E1F

Color information

#351E1F (or 0x351E1F) is unknown color: approx Rustic Red. HEX triplet: 35, 1E and 1F. RGB value is (53,30,31). Sum of RGB (Red+Green+Blue) = 53+30+31=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E1F is #CAE1E0. Grayscale: #252525. Windows color (decimal): -13296097 or 2039349. OLE color: 2039349.

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

Color convert

RGB533031-
CMYK00.430.420.79
HSL357.39º27.71%16.27%-
HSV(B)357.39º43.4%20.78%-
XYZ2.181.781.53-
YUV36.99124.62139.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=46.49%
G=26.32%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53303100.430.420.79357.3927.7116.27
Hex351E1F02B2A4F1651c10
Octal653637053521175453420
Binary1101011111011111010101110101010011111011001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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