#34141A

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

Shades of Rustic Red #34141A

Tints of Rustic Red #34141A

Color information

#34141A (or 0x34141A) is unknown color: approx Rustic Red. HEX triplet: 34, 14 and 1A. RGB value is (52,20,26). Sum of RGB (Red+Green+Blue) = 52+20+26=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #34141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34141A is #CBEBE5. Grayscale: #1E1E1E. Windows color (decimal): -13364198 or 1709108. OLE color: 1709108.

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

Color convert

RGB522026-
CMYK00.620.500.80
HSL348.75º44.44%14.12%-
HSV(B)348.75º61.54%20.39%-
XYZ1.851.31.13-
YUV30.25125.6143.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=53.06%
G=20.41%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52202600.620.500.80348.7544.4414.12
Hex34141A03E325015d2ce
Octal642432076621205355416
Binary1101001010011010011111011001010100001010111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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