#341A1E

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

Shades of Rustic Red #341A1E

Tints of Rustic Red #341A1E

Color information

#341A1E (or 0x341A1E) is unknown color: approx Rustic Red. HEX triplet: 34, 1A and 1E. RGB value is (52,26,30). Sum of RGB (Red+Green+Blue) = 52+26+30=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A1E is #CBE5E1. Grayscale: #222222. Windows color (decimal): -13362658 or 1972788. OLE color: 1972788.

HSL color Cylindrical-coordinate representation of color #341A1E: hue angle of 350.77º 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 #341A1E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB522630-
CMYK00.500.420.80
HSL350.77º33.33%15.29%-
HSV(B)350.77º50%20.39%-
XYZ2.021.561.42-
YUV34.23125.61140.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=48.15%
G=24.07%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52263000.500.420.80350.7733.3315.29
Hex341A1E0322A5015f21f
Octal643236062521205374117
Binary1101001101011110011001010101010100001010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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