#34121A

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

Shades of Rustic Red #34121A

Tints of Rustic Red #34121A

Color information

#34121A (or 0x34121A) is unknown color: approx Rustic Red. HEX triplet: 34, 12 and 1A. RGB value is (52,18,26). Sum of RGB (Red+Green+Blue) = 52+18+26=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #34121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34121A is #CBEDE5. Grayscale: #1D1D1D. Windows color (decimal): -13364710 or 1708596. OLE color: 1708596.

HSL color Cylindrical-coordinate representation of color #34121A: hue angle of 345.88º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34121A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB521826-
CMYK00.650.500.80
HSL345.88º48.57%13.73%-
HSV(B)345.88º65.38%20.39%-
XYZ1.821.241.12-
YUV29.08126.26144.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=54.17%
G=18.75%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52182600.650.500.80345.8848.5713.73
Hex34121A041325015a31e
Octal6422320101621205326116
Binary11010010010110100100000111001010100001010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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