#360311

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

Shades of Rustic Red #360311

Tints of Rustic Red #360311

Color information

#360311 (or 0x360311) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 11. RGB value is (54,3,17). Sum of RGB (Red+Green+Blue) = 54+3+17=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360311 is #C9FCEE. Grayscale: #131313. Windows color (decimal): -13237487 or 1114934. OLE color: 1114934.

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

Color convert

RGB54317-
CMYK00.940.690.79
HSL343.53º89.47%11.18%-
HSV(B)343.53º94.44%21.18%-
XYZ1.660.890.61-
YUV19.84126.4152.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=72.97%
G=4.05%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5431700.940.690.79343.5389.4711.18
Hex3631105E454F15859b
Octal66321013610511753013113
Binary1101101110001010111101000101100111110101100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360311; }

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

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

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

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

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

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

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

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