Html Css Color HEX #340C13 Rustic Red

📋 copy color: '#340C13'

red 52 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #340C13

Tints of Rustic Red #340C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 62.65%
G = 14.46%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#340C13 (or 0x340C13) is known color: Rustic Red. HEX triplet: 34, 0C and 13. RGB value is (52,12,19). Sum of RGB (Red+Green+Blue) = 52+12+19=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #340C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C13 is #CBF3EC. Grayscale: #181818. Windows color (decimal): -13366253 or 1248308. OLE color: 1248308.

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

Color convert

RGB 52 12 19 -
CMYK 0 0.77 0.63 0.80
HSL 349.5º 0.63% 0.13% -
HSV(B) 349.5º 0.77% 0.2% -
XYZ 1.67 1.04 0.73 -
YUV 24.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 52 12 19 0 0.77 0.63 0.80 349.5 0.63 0.13
Hex 34 C 13 0 4D 3F 50 15E 3E D
Octal 64 14 23 0 115 77 120 536 76 15
Binary 110100 1100 10011 0 1001101 111111 1010000 101011110 111110 1101

Color Harmonies of #340C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C13

Black with #340C13

Text Example


Text Example

White with #340C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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