#34141B

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

Shades of Rustic Red #34141B

Tints of Rustic Red #34141B

Color information

#34141B (or 0x34141B) is unknown color: approx Rustic Red. HEX triplet: 34, 14 and 1B. RGB value is (52,20,27). Sum of RGB (Red+Green+Blue) = 52+20+27=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34141B is #CBEBE4. Grayscale: #1E1E1E. Windows color (decimal): -13364197 or 1774644. OLE color: 1774644.

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

Color convert

RGB522027-
CMYK00.620.480.80
HSL346.88º44.44%14.12%-
HSV(B)346.88º61.54%20.39%-
XYZ1.861.311.19-
YUV30.37126.1143.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=52.53%
G=20.20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52202700.620.480.80346.8844.4414.12
Hex34141B03E305015b2ce
Octal642433076601205335416
Binary1101001010011011011111011000010100001010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34141B; }

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

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

<style>
 a { background-color: #34141B; }

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

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

<style>
 span { border-color: #34141B; }

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

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