#361618

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

Shades of Rustic Red #361618

Tints of Rustic Red #361618

Color information

#361618 (or 0x361618) is unknown color: approx Rustic Red. HEX triplet: 36, 16 and 18. RGB value is (54,22,24). Sum of RGB (Red+Green+Blue) = 54+22+24=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361618 is #C9E9E7. Grayscale: #1F1F1F. Windows color (decimal): -13232616 or 1578550. OLE color: 1578550.

HSL color Cylindrical-coordinate representation of color #361618: hue angle of 356.25º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361618 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB542224-
CMYK00.590.560.79
HSL356.25º42.11%14.9%-
HSV(B)356.25º59.26%21.18%-
XYZ1.971.421.04-
YUV31.8123.6143.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 24 (9.77% from 255) = 24%
R=54%
G=22%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54222400.590.560.79356.2542.1114.9
Hex36161803B384F1642af
Octal662630073701175445217
Binary1101101011011000011101111100010011111011001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361618; }

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

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

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

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

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

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

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

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