#360511

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

Shades of Rustic Red #360511

Tints of Rustic Red #360511

Color information

#360511 (or 0x360511) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 11. RGB value is (54,5,17). Sum of RGB (Red+Green+Blue) = 54+5+17=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360511 is #C9FAEE. Grayscale: #151515. Windows color (decimal): -13236975 or 1115446. OLE color: 1115446.

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

Color convert

RGB54517-
CMYK00.910.690.79
HSL345.31º83.05%11.57%-
HSV(B)345.31º90.74%21.18%-
XYZ1.680.930.62-
YUV21.02125.73151.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=71.05%
G=6.58%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451700.910.690.79345.3183.0511.57
Hex3651105B454F15953c
Octal66521013310511753112314
Binary11011010110001010110111000101100111110101100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360511; }

 p { color: rgb(54,5,17); }

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

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

 a { background-color: rgb(54,5,17); }

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

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

 span { border-color: rgb(54,5,17); }

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