#34050A

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

Shades of Rustic Red #34050A

Tints of Rustic Red #34050A

Color information

#34050A (or 0x34050A) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 0A. RGB value is (52,5,10). Sum of RGB (Red+Green+Blue) = 52+5+10=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050A is #CBFAF5. Grayscale: #131313. Windows color (decimal): -13368054 or 656692. OLE color: 656692.

HSL color Cylindrical-coordinate representation of color #34050A: hue angle of 353.62º 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 #34050A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB52510-
CMYK00.900.810.80
HSL353.62º82.46%11.18%-
HSV(B)353.62º90.38%20.39%-
XYZ1.530.860.37-
YUV19.62122.57151.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=77.61%
G=7.46%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5251000.900.810.80353.6282.4611.18
Hex345A05A515016252b
Octal64512013212112054212213
Binary1101001011010010110101010001101000010110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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