#340818

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

Shades of Rustic Red #340818

Tints of Rustic Red #340818

Color information

#340818 (or 0x340818) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 18. RGB value is (52,8,24). Sum of RGB (Red+Green+Blue) = 52+8+24=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340818 is #CBF7E7. Grayscale: #161616. Windows color (decimal): -13367272 or 1574964. OLE color: 1574964.

HSL color Cylindrical-coordinate representation of color #340818: hue angle of 338.18º 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 #340818 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB52824-
CMYK00.850.540.80
HSL338.18º73.33%11.76%-
HSV(B)338.18º84.62%20.39%-
XYZ1.670.970.96-
YUV22.98128.58148.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=61.90%
G=9.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5282400.850.540.80338.1873.3311.76
Hex34818055365015249c
Octal64103001256612052211114
Binary11010010001100001010101110110101000010101001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340818; }

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

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

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

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

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

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

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

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