#350E1B

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

Shades of Rustic Red #350E1B

Tints of Rustic Red #350E1B

Color information

#350E1B (or 0x350E1B) is unknown color: approx Rustic Red. HEX triplet: 35, 0E and 1B. RGB value is (53,14,27). Sum of RGB (Red+Green+Blue) = 53+14+27=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1B is #CAF1E4. Grayscale: #1B1B1B. Windows color (decimal): -13300197 or 1773109. OLE color: 1773109.

HSL color Cylindrical-coordinate representation of color #350E1B: hue angle of 340º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E1B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB531427-
CMYK00.740.490.79
HSL340º58.21%13.14%-
HSV(B)340º73.58%20.78%-
XYZ1.821.151.16-
YUV27.14127.92146.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=56.38%
G=14.89%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53142700.740.490.7934058.2113.14
Hex35E1B04A314F1543ad
Octal6516330112611175247215
Binary1101011110110110100101011000110011111010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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