#34191D

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

Shades of Rustic Red #34191D

Tints of Rustic Red #34191D

Color information

#34191D (or 0x34191D) is unknown color: approx Rustic Red. HEX triplet: 34, 19 and 1D. RGB value is (52,25,29). Sum of RGB (Red+Green+Blue) = 52+25+29=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34191D is #CBE6E2. Grayscale: #212121. Windows color (decimal): -13362915 or 1906996. OLE color: 1906996.

HSL color Cylindrical-coordinate representation of color #34191D: hue angle of 351.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34191D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB522529-
CMYK00.520.440.80
HSL351.11º35.06%15.1%-
HSV(B)351.11º51.92%20.39%-
XYZ1.991.511.35-
YUV33.53125.45141.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=49.06%
G=23.58%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52252900.520.440.80351.1135.0615.1
Hex34191D0342C5015f23f
Octal643135064541205374317
Binary1101001100111101011010010110010100001010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34191D; }

 p { color: rgb(52,25,29); }

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

<style>
 a { background-color: #34191D; }

 a { background-color: rgb(52,25,29); }

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

<style>
 span { border-color: #34191D; }

 span { border-color: rgb(52,25,29); }

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