Html Css Color HEX #340D11 Rustic Red

📋 copy color: '#340D11'

red 52 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #340D11

Tints of Rustic Red #340D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.85%

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

R = 63.41%
G = 15.85%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#340D11 (or 0x340D11) is known color: Rustic Red. HEX triplet: 34, 0D and 11. RGB value is (52,13,17). Sum of RGB (Red+Green+Blue) = 52+13+17=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #340D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D11 is #CBF2EE. Grayscale: #191919. Windows color (decimal): -13365999 or 1117492. OLE color: 1117492.

HSL color Cylindrical-coordinate representation of color #340D11: hue angle of 353.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D11 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 13 17 -
CMYK 0 0.75 0.67 0.80
HSL 353.85º 0.6% 0.13% -
HSV(B) 353.85º 0.75% 0.2% -
XYZ 1.66 1.06 0.65 -
YUV 25.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 52 13 17 0 0.75 0.67 0.80 353.85 0.6 0.13
Hex 34 D 11 0 4B 43 50 162 3C D
Octal 64 15 21 0 113 103 120 542 74 15
Binary 110100 1101 10001 0 1001011 1000011 1010000 101100010 111100 1101

Color Harmonies of #340D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D11

Black with #340D11

Text Example


Text Example

White with #340D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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