#361011

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

Shades of Rustic Red #361011

Tints of Rustic Red #361011

Color information

#361011 (or 0x361011) is unknown color: approx Rustic Red. HEX triplet: 36, 10 and 11. RGB value is (54,16,17). Sum of RGB (Red+Green+Blue) = 54+16+17=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361011 is #C9EFEE. Grayscale: #1B1B1B. Windows color (decimal): -13234159 or 1118262. OLE color: 1118262.

HSL color Cylindrical-coordinate representation of color #361011: hue angle of 358.42º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361011 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB541617-
CMYK00.700.690.79
HSL358.42º54.29%13.73%-
HSV(B)358.42º70.37%21.18%-
XYZ1.811.20.67-
YUV27.48122.09146.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=62.07%
G=18.39%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54161700.700.690.79358.4254.2913.73
Hex361011046454F16636e
Octal66202101061051175466616
Binary110110100001000101000110100010110011111011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361011; }

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

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

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

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

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

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

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

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