Html Css Color HEX #340E12 Rustic Red

📋 copy color: '#340E12'

red 52 ◦ green 14 ◦ blue 18

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

Shades of Rustic Red #340E12

Tints of Rustic Red #340E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 61.9%
G = 16.67%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340E12 (or 0x340E12) is known color: Rustic Red. HEX triplet: 34, 0E and 12. RGB value is (52,14,18). Sum of RGB (Red+Green+Blue) = 52+14+18=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E12 is #CBF1ED. Grayscale: #191919. Windows color (decimal): -13365742 or 1183284. OLE color: 1183284.

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

Color convert

RGB 52 14 18 -
CMYK 0 0.73 0.65 0.80
HSL 353.68º 0.58% 0.13% -
HSV(B) 353.68º 0.73% 0.2% -
XYZ 1.68 1.09 0.69 -
YUV 25.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 52 14 18 0 0.73 0.65 0.80 353.68 0.58 0.13
Hex 34 E 12 0 49 41 50 162 3A D
Octal 64 16 22 0 111 101 120 542 72 15
Binary 110100 1110 10010 0 1001001 1000001 1010000 101100010 111010 1101

Color Harmonies of #340E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E12

Black with #340E12

Text Example


Text Example

White with #340E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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