Html Css Color HEX #340C0D Rustic Red

📋 copy color: '#340C0D'

red 52 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #340C0D

Tints of Rustic Red #340C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 67.53%
G = 15.58%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#340C0D (or 0x340C0D) is known color: Rustic Red. HEX triplet: 34, 0C and 0D. RGB value is (52,12,13). Sum of RGB (Red+Green+Blue) = 52+12+13=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C0D is #CBF3F2. Grayscale: #181818. Windows color (decimal): -13366259 or 855092. OLE color: 855092.

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

Color convert

RGB 52 12 13 -
CMYK 0 0.77 0.75 0.80
HSL 358.5º 0.63% 0.13% -
HSV(B) 358.5º 0.77% 0.2% -
XYZ 1.62 1.02 0.49 -
YUV 24.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 52 12 13 0 0.77 0.75 0.80 358.5 0.63 0.13
Hex 34 C D 0 4D 4B 50 166 3E D
Octal 64 14 15 0 115 113 120 546 76 15
Binary 110100 1100 1101 0 1001101 1001011 1010000 101100110 111110 1101

Color Harmonies of #340C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C0D

Black with #340C0D

Text Example


Text Example

White with #340C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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