#341A1B

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

Shades of Rustic Red #341A1B

Tints of Rustic Red #341A1B

Color information

#341A1B (or 0x341A1B) is unknown color: approx Rustic Red. HEX triplet: 34, 1A and 1B. RGB value is (52,26,27). Sum of RGB (Red+Green+Blue) = 52+26+27=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A1B is #CBE5E4. Grayscale: #212121. Windows color (decimal): -13362661 or 1776180. OLE color: 1776180.

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

Color convert

RGB522627-
CMYK00.500.480.80
HSL357.69º33.33%15.29%-
HSV(B)357.69º50%20.39%-
XYZ1.981.551.23-
YUV33.89124.11140.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=49.52%
G=24.76%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52262700.500.480.80357.6933.3315.29
Hex341A1B032305016621f
Octal643233062601205464117
Binary1101001101011011011001011000010100001011001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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