#340015

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

Shades of Rustic Red #340015

Tints of Rustic Red #340015

Color information

#340015 (or 0x340015) is unknown color: approx Rustic Red. HEX triplet: 34, 00 and 15. RGB value is (52,0,21). Sum of RGB (Red+Green+Blue) = 52+0+21=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340015 is #CBFFEA. Grayscale: #111111. Windows color (decimal): -13369323 or 1376308. OLE color: 1376308.

HSL color Cylindrical-coordinate representation of color #340015: hue angle of 335.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340015 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB52021-
CMYK010.600.80
HSL335.77º100%10.2%-
HSV(B)335.77º100%20.39%-
XYZ1.550.780.78-
YUV17.94129.73152.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 71.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 28.77%
R=71.23%
G=0%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52021010.600.80335.7710010.2
Hex340150643C5015064a
Octal6402501447412052014412
Binary11010001010101100100111100101000010101000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340015; }

 p { color: rgb(52,0,21); }

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

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

 a { background-color: rgb(52,0,21); }

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

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

 span { border-color: rgb(52,0,21); }

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