Html Css Color HEX #340C14 Rustic Red

📋 copy color: '#340C14'

red 52 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #340C14

Tints of Rustic Red #340C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 20 (8.2% from 255) = 23.81%

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#340C14 (or 0x340C14) is known color: Rustic Red. HEX triplet: 34, 0C and 14. RGB value is (52,12,20). Sum of RGB (Red+Green+Blue) = 52+12+20=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C14 is #CBF3EB. Grayscale: #181818. Windows color (decimal): -13366252 or 1313844. OLE color: 1313844.

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

Color convert

RGB 52 12 20 -
CMYK 0 0.77 0.62 0.80
HSL 348º 0.63% 0.13% -
HSV(B) 348º 0.77% 0.2% -
XYZ 1.67 1.04 0.78 -
YUV 24.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 52 12 20 0 0.77 0.62 0.80 348 0.63 0.13
Hex 34 C 14 0 4D 3E 50 15C 3E D
Octal 64 14 24 0 115 76 120 534 76 15
Binary 110100 1100 10100 0 1001101 111110 1010000 101011100 111110 1101

Color Harmonies of #340C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C14

Black with #340C14

Text Example


Text Example

White with #340C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,12,20); }

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

background-color css

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

 a { background-color: rgb(52,12,20); }

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

border-color css

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

 span { border-color: rgb(52,12,20); }

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