#34020F

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

Shades of Rustic Red #34020F

Tints of Rustic Red #34020F

Color information

#34020F (or 0x34020F) is unknown color: approx Rustic Red. HEX triplet: 34, 02 and 0F. RGB value is (52,2,15). Sum of RGB (Red+Green+Blue) = 52+2+15=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #34020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34020F is #CBFDF0. Grayscale: #121212. Windows color (decimal): -13368817 or 983604. OLE color: 983604.

HSL color Cylindrical-coordinate representation of color #34020F: hue angle of 344.4º 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 #34020F is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB52215-
CMYK00.960.710.80
HSL344.4º92.59%10.59%-
HSV(B)344.4º96.15%20.39%-
XYZ1.520.810.53-
YUV18.43126.06151.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 75.36%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=75.36%
G=2.90%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221500.960.710.80344.492.5910.59
Hex342F06047501585db
Octal64217014010712053013513
Binary110100101111011000001000111101000010101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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