#341618

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

Shades of Rustic Red #341618

Tints of Rustic Red #341618

Color information

#341618 (or 0x341618) is unknown color: approx Rustic Red. HEX triplet: 34, 16 and 18. RGB value is (52,22,24). Sum of RGB (Red+Green+Blue) = 52+22+24=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341618 is #CBE9E7. Grayscale: #1F1F1F. Windows color (decimal): -13363688 or 1578548. OLE color: 1578548.

HSL color Cylindrical-coordinate representation of color #341618: hue angle of 356º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341618 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB522224-
CMYK00.580.540.80
HSL356º40.54%14.51%-
HSV(B)356º57.69%20.39%-
XYZ1.871.371.03-
YUV31.2123.94142.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=53.06%
G=22.45%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52222400.580.540.8035640.5414.51
Hex34161803A365016429f
Octal642630072661205445117
Binary1101001011011000011101011011010100001011001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341618; }

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

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

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

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

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

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

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

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