#34090F

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

Shades of Rustic Red #34090F

Tints of Rustic Red #34090F

Color information

#34090F (or 0x34090F) is unknown color: approx Rustic Red. HEX triplet: 34, 09 and 0F. RGB value is (52,9,15). Sum of RGB (Red+Green+Blue) = 52+9+15=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #34090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34090F is #CBF6F0. Grayscale: #161616. Windows color (decimal): -13367025 or 985396. OLE color: 985396.

HSL color Cylindrical-coordinate representation of color #34090F: hue angle of 351.63º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34090F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB52915-
CMYK00.830.710.80
HSL351.63º70.49%11.96%-
HSV(B)351.63º82.69%20.39%-
XYZ1.60.960.55-
YUV22.54123.75149.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=68.42%
G=11.84%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5291500.830.710.80351.6370.4911.96
Hex349F053475016046c
Octal641117012310712054010614
Binary11010010011111010100111000111101000010110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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