#361416

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

Shades of Rustic Red #361416

Tints of Rustic Red #361416

Color information

#361416 (or 0x361416) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 16. RGB value is (54,20,22). Sum of RGB (Red+Green+Blue) = 54+20+22=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361416 is #C9EBE9. Grayscale: #1E1E1E. Windows color (decimal): -13233130 or 1446966. OLE color: 1446966.

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

Color convert

RGB542022-
CMYK00.630.590.79
HSL356.47º45.95%14.51%-
HSV(B)356.47º62.96%21.18%-
XYZ1.921.340.92-
YUV30.39123.26144.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=56.25%
G=20.83%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202200.630.590.79356.4745.9514.51
Hex36141603F3B4F1642ef
Octal662426077731175445617
Binary1101101010010110011111111101110011111011001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361416; }

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

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

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

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

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

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

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

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