#340C1A

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

Shades of Rustic Red #340C1A

Tints of Rustic Red #340C1A

Color information

#340C1A (or 0x340C1A) is unknown color: approx Rustic Red. HEX triplet: 34, 0C and 1A. RGB value is (52,12,26). Sum of RGB (Red+Green+Blue) = 52+12+26=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C1A is #CBF3E5. Grayscale: #191919. Windows color (decimal): -13366246 or 1707060. OLE color: 1707060.

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

Color convert

RGB521226-
CMYK00.770.500.80
HSL339º62.5%12.55%-
HSV(B)339º76.92%20.39%-
XYZ1.731.071.09-
YUV25.56128.25146.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=57.78%
G=13.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52122600.770.500.8033962.512.55
Hex34C1A04D32501533ed
Octal6414320115621205237615
Binary1101001100110100100110111001010100001010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #340C1A;
 }
 .AnyTagClassName
 {
   color: #340C1A;
 }
</style>
background-color css

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

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

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

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

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

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