#340C0D

Color #340C0D Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #340C0D

Tints of Rustic Red #340C0D

Color information

#340C0D (or 0x340C0D) is unknown color: approx 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

RGB521213-
CMYK00.770.750.80
HSL358.5º62.5%12.55%-
HSV(B)358.5º76.92%20.39%-
XYZ1.621.020.49-
YUV24.07121.75147.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52121300.770.750.80358.562.512.55
Hex34CD04D4B501663ed
Octal64141501151131205467615
Binary1101001100110101001101100101110100001011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>