Html Css Color HEX #340E19 Rustic Red

📋 copy color: '#340E19'

red 52 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #340E19

Tints of Rustic Red #340E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 57.14%
G = 15.38%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#340E19 (or 0x340E19) is known color: Rustic Red. HEX triplet: 34, 0E and 19. RGB value is (52,14,25). Sum of RGB (Red+Green+Blue) = 52+14+25=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #340E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E19 is #CBF1E6. Grayscale: #1A1A1A. Windows color (decimal): -13365735 or 1642036. OLE color: 1642036.

HSL color Cylindrical-coordinate representation of color #340E19: hue angle of 342.63º 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 #340E19 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 14 25 -
CMYK 0 0.73 0.52 0.80
HSL 342.63º 0.58% 0.13% -
HSV(B) 342.63º 0.73% 0.2% -
XYZ 1.75 1.11 1.04 -
YUV 26.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 52 14 25 0 0.73 0.52 0.80 342.63 0.58 0.13
Hex 34 E 19 0 49 34 50 157 3A D
Octal 64 16 31 0 111 64 120 527 72 15
Binary 110100 1110 11001 0 1001001 110100 1010000 101010111 111010 1101

Color Harmonies of #340E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E19

Black with #340E19

Text Example


Text Example

White with #340E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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