#361415

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

Shades of Rustic Red #361415

Tints of Rustic Red #361415

Color information

#361415 (or 0x361415) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 15. RGB value is (54,20,21). Sum of RGB (Red+Green+Blue) = 54+20+21=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #361415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361415 is #C9EBEA. Grayscale: #1E1E1E. Windows color (decimal): -13233131 or 1381430. OLE color: 1381430.

HSL color Cylindrical-coordinate representation of color #361415: hue angle of 358.24º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361415 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB542021-
CMYK00.630.610.79
HSL358.24º45.95%14.51%-
HSV(B)358.24º62.96%21.18%-
XYZ1.911.340.87-
YUV30.28122.76144.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.84%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=56.84%
G=21.05%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202100.630.610.79358.2445.9514.51
Hex36141503F3D4F1662ef
Octal662425077751175465617
Binary1101101010010101011111111110110011111011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361415; }

 p { color: rgb(54,20,21); }

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

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

 a { background-color: rgb(54,20,21); }

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

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

 span { border-color: rgb(54,20,21); }

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