#34050F

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

Shades of Rustic Red #34050F

Tints of Rustic Red #34050F

Color information

#34050F (or 0x34050F) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 0F. RGB value is (52,5,15). Sum of RGB (Red+Green+Blue) = 52+5+15=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #34050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050F is #CBFAF0. Grayscale: #141414. Windows color (decimal): -13368049 or 984372. OLE color: 984372.

HSL color Cylindrical-coordinate representation of color #34050F: hue angle of 347.23º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34050F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB52515-
CMYK00.900.710.80
HSL347.23º82.46%11.18%-
HSV(B)347.23º90.38%20.39%-
XYZ1.560.870.54-
YUV20.19125.07150.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=72.22%
G=6.94%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5251500.900.710.80347.2382.4611.18
Hex345F05A475015b52b
Octal64517013210712053312213
Binary1101001011111010110101000111101000010101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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