#360811

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

Shades of Rustic Red #360811

Tints of Rustic Red #360811

Color information

#360811 (or 0x360811) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 11. RGB value is (54,8,17). Sum of RGB (Red+Green+Blue) = 54+8+17=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360811 is #C9F7EE. Grayscale: #161616. Windows color (decimal): -13236207 or 1116214. OLE color: 1116214.

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

Color convert

RGB54817-
CMYK00.850.690.79
HSL348.26º74.19%12.16%-
HSV(B)348.26º85.19%21.18%-
XYZ1.7110.63-
YUV22.78124.74150.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=68.35%
G=10.13%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481700.850.690.79348.2674.1912.16
Hex36811055454F15c4ac
Octal661021012510511753411214
Binary110110100010001010101011000101100111110101110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360811; }

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

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

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

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

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

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

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

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