#341B1D

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

Shades of Rustic Red #341B1D

Tints of Rustic Red #341B1D

Color information

#341B1D (or 0x341B1D) is unknown color: approx Rustic Red. HEX triplet: 34, 1B and 1D. RGB value is (52,27,29). Sum of RGB (Red+Green+Blue) = 52+27+29=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B1D is #CBE4E2. Grayscale: #222222. Windows color (decimal): -13362403 or 1907508. OLE color: 1907508.

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

Color convert

RGB522729-
CMYK00.480.440.80
HSL355.2º31.65%15.49%-
HSV(B)355.2º48.08%20.39%-
XYZ2.031.61.36-
YUV34.7124.78140.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=48.15%
G=25%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52272900.480.440.80355.231.6515.49
Hex341B1D0302C5016320f
Octal643335060541205434017
Binary1101001101111101011000010110010100001011000111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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