#34161B

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

Shades of Rustic Red #34161B

Tints of Rustic Red #34161B

Color information

#34161B (or 0x34161B) is unknown color: approx Rustic Red. HEX triplet: 34, 16 and 1B. RGB value is (52,22,27). Sum of RGB (Red+Green+Blue) = 52+22+27=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34161B is #CBE9E4. Grayscale: #1F1F1F. Windows color (decimal): -13363685 or 1775156. OLE color: 1775156.

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

Color convert

RGB522227-
CMYK00.580.480.80
HSL350º40.54%14.51%-
HSV(B)350º57.69%20.39%-
XYZ1.91.381.2-
YUV31.54125.44142.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 51.49%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=51.49%
G=21.78%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222700.580.480.8035040.5414.51
Hex34161B03A305015e29f
Octal642633072601205365117
Binary1101001011011011011101011000010100001010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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