#34111A

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

Shades of Rustic Red #34111A

Tints of Rustic Red #34111A

Color information

#34111A (or 0x34111A) is unknown color: approx Rustic Red. HEX triplet: 34, 11 and 1A. RGB value is (52,17,26). Sum of RGB (Red+Green+Blue) = 52+17+26=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34111A is #CBEEE5. Grayscale: #1C1C1C. Windows color (decimal): -13364966 or 1708340. OLE color: 1708340.

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

Color convert

RGB521726-
CMYK00.670.500.80
HSL344.57º50.72%13.53%-
HSV(B)344.57º67.31%20.39%-
XYZ1.81.211.11-
YUV28.49126.6144.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=54.74%
G=17.89%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52172600.670.500.80344.5750.7213.53
Hex34111A043325015933e
Octal6421320103621205316316
Binary11010010001110100100001111001010100001010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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