#361419

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

Shades of Rustic Red #361419

Tints of Rustic Red #361419

Color information

#361419 (or 0x361419) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 19. RGB value is (54,20,25). Sum of RGB (Red+Green+Blue) = 54+20+25=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361419 is #C9EBE6. Grayscale: #1E1E1E. Windows color (decimal): -13233127 or 1643574. OLE color: 1643574.

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

Color convert

RGB542025-
CMYK00.630.540.79
HSL351.18º45.95%14.51%-
HSV(B)351.18º62.96%21.18%-
XYZ1.951.351.08-
YUV30.74124.76144.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=54.55%
G=20.20%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202500.630.540.79351.1845.9514.51
Hex36141903F364F15f2ef
Octal662431077661175375617
Binary1101101010011001011111111011010011111010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361419; }

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

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

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

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

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

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

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

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