#341A1D

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

Shades of Rustic Red #341A1D

Tints of Rustic Red #341A1D

Color information

#341A1D (or 0x341A1D) is unknown color: approx Rustic Red. HEX triplet: 34, 1A and 1D. RGB value is (52,26,29). Sum of RGB (Red+Green+Blue) = 52+26+29=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A1D is #CBE5E2. Grayscale: #222222. Windows color (decimal): -13362659 or 1907252. OLE color: 1907252.

HSL color Cylindrical-coordinate representation of color #341A1D: hue angle of 353.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A1D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB522629-
CMYK00.500.440.80
HSL353.08º33.33%15.29%-
HSV(B)353.08º50%20.39%-
XYZ2.011.561.36-
YUV34.12125.11140.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=48.60%
G=24.30%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52262900.500.440.80353.0833.3315.29
Hex341A1D0322C5016121f
Octal643235062541205414117
Binary1101001101011101011001010110010100001011000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341A1D; }

 p { color: rgb(52,26,29); }

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

<style>
 a { background-color: #341A1D; }

 a { background-color: rgb(52,26,29); }

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

<style>
 span { border-color: #341A1D; }

 span { border-color: rgb(52,26,29); }

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