#34020D

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

Shades of Rustic Red #34020D

Tints of Rustic Red #34020D

Color information

#34020D (or 0x34020D) is unknown color: approx Rustic Red. HEX triplet: 34, 02 and 0D. RGB value is (52,2,13). Sum of RGB (Red+Green+Blue) = 52+2+13=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020D is #CBFDF2. Grayscale: #121212. Windows color (decimal): -13368819 or 852532. OLE color: 852532.

HSL color Cylindrical-coordinate representation of color #34020D: hue angle of 346.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34020D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB52213-
CMYK00.960.750.80
HSL346.8º92.59%10.59%-
HSV(B)346.8º96.15%20.39%-
XYZ1.510.80.46-
YUV18.2125.06152.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=77.61%
G=2.99%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221300.960.750.80346.892.5910.59
Hex342D0604B5015b5db
Octal64215014011312053313513
Binary110100101101011000001001011101000010101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34020D; }

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

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

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

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

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

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

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

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