#361418

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

Shades of Rustic Red #361418

Tints of Rustic Red #361418

Color information

#361418 (or 0x361418) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 18. RGB value is (54,20,24). Sum of RGB (Red+Green+Blue) = 54+20+24=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361418 is #C9EBE7. Grayscale: #1E1E1E. Windows color (decimal): -13233128 or 1578038. OLE color: 1578038.

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

Color convert

RGB542024-
CMYK00.630.560.79
HSL352.94º45.95%14.51%-
HSV(B)352.94º62.96%21.18%-
XYZ1.941.351.02-
YUV30.62124.26144.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=55.10%
G=20.41%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202400.630.560.79352.9445.9514.51
Hex36141803F384F1612ef
Octal662430077701175415617
Binary1101101010011000011111111100010011111011000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361418; }

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

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

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

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

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

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

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

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