#340812

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

Shades of Rustic Red #340812

Tints of Rustic Red #340812

Color information

#340812 (or 0x340812) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 12. RGB value is (52,8,18). Sum of RGB (Red+Green+Blue) = 52+8+18=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340812 is #CBF7ED. Grayscale: #161616. Windows color (decimal): -13367278 or 1181748. OLE color: 1181748.

HSL color Cylindrical-coordinate representation of color #340812: hue angle of 346.36º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340812 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB52818-
CMYK00.850.650.80
HSL346.36º73.33%11.76%-
HSV(B)346.36º84.62%20.39%-
XYZ1.610.950.67-
YUV22.3125.58149.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=66.67%
G=10.26%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5281800.850.650.80346.3673.3311.76
Hex34812055415015a49c
Octal641022012510112053211114
Binary110100100010010010101011000001101000010101101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340812; }

 p { color: rgb(52,8,18); }

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

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

 a { background-color: rgb(52,8,18); }

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

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

 span { border-color: rgb(52,8,18); }

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