Html Css Color HEX #340E17 Rustic Red

📋 copy color: '#340E17'

red 52 ◦ green 14 ◦ blue 23

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

Shades of Rustic Red #340E17

Tints of Rustic Red #340E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.73%

 BLUE value IS 23 (9.38% from 255) = 25.84%

R = 58.43%
G = 15.73%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#340E17 (or 0x340E17) is known color: Rustic Red. HEX triplet: 34, 0E and 17. RGB value is (52,14,23). Sum of RGB (Red+Green+Blue) = 52+14+23=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E17 is #CBF1E8. Grayscale: #1A1A1A. Windows color (decimal): -13365737 or 1510964. OLE color: 1510964.

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

Color convert

RGB 52 14 23 -
CMYK 0 0.73 0.56 0.80
HSL 345.79º 0.58% 0.13% -
HSV(B) 345.79º 0.73% 0.2% -
XYZ 1.73 1.11 0.93 -
YUV 26.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 52 14 23 0 0.73 0.56 0.80 345.79 0.58 0.13
Hex 34 E 17 0 49 38 50 15A 3A D
Octal 64 16 27 0 111 70 120 532 72 15
Binary 110100 1110 10111 0 1001001 111000 1010000 101011010 111010 1101

Color Harmonies of #340E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E17

Black with #340E17

Text Example


Text Example

White with #340E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,14,23); }

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

background-color css

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

 a { background-color: rgb(52,14,23); }

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

border-color css

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

 span { border-color: rgb(52,14,23); }

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