#361519

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

Shades of Rustic Red #361519

Tints of Rustic Red #361519

Color information

#361519 (or 0x361519) is unknown color: approx Rustic Red. HEX triplet: 36, 15 and 19. RGB value is (54,21,25). Sum of RGB (Red+Green+Blue) = 54+21+25=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361519 is #C9EAE6. Grayscale: #1F1F1F. Windows color (decimal): -13232871 or 1643830. OLE color: 1643830.

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

Color convert

RGB542125-
CMYK00.610.540.79
HSL352.73º44%14.71%-
HSV(B)352.73º61.11%21.18%-
XYZ1.961.391.08-
YUV31.32124.43144.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 25 (10.16% from 255) = 25%
R=54%
G=21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212500.610.540.79352.734414.71
Hex36151903D364F1612cf
Octal662531075661175415417
Binary1101101010111001011110111011010011111011000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361519; }

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

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

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

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

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

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

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

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