Html Css Color HEX #340211 Rustic Red

📋 copy color: '#340211'

red 52 ◦ green 2 ◦ blue 17

#340211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #340211

Tints of Rustic Red #340211

RGB

 RED value IS 52 (20.7% from 255) = 73.24%

 GREEN value IS 2 (1.17% from 255) = 2.82%

 BLUE value IS 17 (7.03% from 255) = 23.94%

R = 73.24%
G = 2.82%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#340211 (or 0x340211) is known color: Rustic Red. HEX triplet: 34, 02 and 11. RGB value is (52,2,17). Sum of RGB (Red+Green+Blue) = 52+2+17=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340211 is #CBFDEE. Grayscale: #121212. Windows color (decimal): -13368815 or 1114676. OLE color: 1114676.

HSL color Cylindrical-coordinate representation of color #340211: hue angle of 342º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340211 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 2 17 -
CMYK 0 0.96 0.67 0.80
HSL 342º 0.93% 0.11% -
HSV(B) 342º 0.96% 0.2% -
XYZ 1.54 0.81 0.61 -
YUV 18.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 52 2 17 0 0.96 0.67 0.80 342 0.93 0.11
Hex 34 2 11 0 60 43 50 156 5D B
Octal 64 2 21 0 140 103 120 526 135 13
Binary 110100 10 10001 0 1100000 1000011 1010000 101010110 1011101 1011

Color Harmonies of #340211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340211

Black with #340211

Text Example


Text Example

White with #340211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340211; }

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

 H1.HeaderClassName
 {
   color: #340211;
 }
 .AnyTagClassName
 {
   color: #340211;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #340211;
 }
 .BgClassName
 {
   background-color: #340211;
 }
</style>

border-color css

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

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

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