#361316

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

Shades of Rustic Red #361316

Tints of Rustic Red #361316

Color information

#361316 (or 0x361316) is unknown color: approx Rustic Red. HEX triplet: 36, 13 and 16. RGB value is (54,19,22). Sum of RGB (Red+Green+Blue) = 54+19+22=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361316 is #C9ECE9. Grayscale: #1D1D1D. Windows color (decimal): -13233386 or 1446710. OLE color: 1446710.

HSL color Cylindrical-coordinate representation of color #361316: hue angle of 354.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361316 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB541922-
CMYK00.650.590.79
HSL354.86º47.95%14.31%-
HSV(B)354.86º64.81%21.18%-
XYZ1.91.310.91-
YUV29.81123.6145.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=56.84%
G=20%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54192200.650.590.79354.8647.9514.31
Hex3613160413B4F16330e
Octal6623260101731175436016
Binary11011010011101100100000111101110011111011000111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361316; }

 p { color: rgb(54,19,22); }

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

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

 a { background-color: rgb(54,19,22); }

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

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

 span { border-color: rgb(54,19,22); }

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