#341C1E

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

Shades of Rustic Red #341C1E

Tints of Rustic Red #341C1E

Color information

#341C1E (or 0x341C1E) is unknown color: approx Rustic Red. HEX triplet: 34, 1C and 1E. RGB value is (52,28,30). Sum of RGB (Red+Green+Blue) = 52+28+30=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C1E is #CBE3E1. Grayscale: #232323. Windows color (decimal): -13362146 or 1973300. OLE color: 1973300.

HSL color Cylindrical-coordinate representation of color #341C1E: hue angle of 355º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C1E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB522830-
CMYK00.460.420.80
HSL355º30%15.69%-
HSV(B)355º46.15%20.39%-
XYZ2.071.651.44-
YUV35.4124.95139.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=47.27%
G=25.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52283000.460.420.803553015.69
Hex341C1E02E2A501631e10
Octal643436056521205433620
Binary1101001110011110010111010101010100001011000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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