#360618

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

Shades of Rustic Red #360618

Tints of Rustic Red #360618

Color information

#360618 (or 0x360618) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 18. RGB value is (54,6,24). Sum of RGB (Red+Green+Blue) = 54+6+24=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360618 is #C9F9E7. Grayscale: #161616. Windows color (decimal): -13236712 or 1574454. OLE color: 1574454.

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

Color convert

RGB54624-
CMYK00.890.560.79
HSL337.5º80%11.76%-
HSV(B)337.5º88.89%21.18%-
XYZ1.750.980.96-
YUV22.4128.9150.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=64.29%
G=7.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5462400.890.560.79337.58011.76
Hex36618059384F15250c
Octal6663001317011752212014
Binary1101101101100001011001111000100111110101001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360618; }

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

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

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

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

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

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

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

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