#361012

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

Shades of Rustic Red #361012

Tints of Rustic Red #361012

Color information

#361012 (or 0x361012) is unknown color: approx Rustic Red. HEX triplet: 36, 10 and 12. RGB value is (54,16,18). Sum of RGB (Red+Green+Blue) = 54+16+18=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #361012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361012 is #C9EFED. Grayscale: #1B1B1B. Windows color (decimal): -13234158 or 1183798. OLE color: 1183798.

HSL color Cylindrical-coordinate representation of color #361012: hue angle of 356.84º 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 #361012 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB541618-
CMYK00.700.670.79
HSL356.84º54.29%13.73%-
HSV(B)356.84º70.37%21.18%-
XYZ1.821.20.71-
YUV27.59122.59146.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 61.36%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=61.36%
G=18.18%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54161800.700.670.79356.8454.2913.73
Hex361012046434F16536e
Octal66202201061031175456616
Binary110110100001001001000110100001110011111011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361012; }

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

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

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

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

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

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

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

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