#351C1E

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

Shades of Rustic Red #351C1E

Tints of Rustic Red #351C1E

Color information

#351C1E (or 0x351C1E) is unknown color: approx Rustic Red. HEX triplet: 35, 1C and 1E. RGB value is (53,28,30). Sum of RGB (Red+Green+Blue) = 53+28+30=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C1E is #CAE3E1. Grayscale: #232323. Windows color (decimal): -13296610 or 1973301. OLE color: 1973301.

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

Color convert

RGB532830-
CMYK00.470.430.79
HSL355.2º30.86%15.88%-
HSV(B)355.2º47.17%20.78%-
XYZ2.121.681.44-
YUV35.7124.78140.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=47.75%
G=25.23%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53283000.470.430.79355.230.8615.88
Hex351C1E02F2B4F1631f10
Octal653436057531175433720
Binary1101011110011110010111110101110011111011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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