#361113

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

Shades of Rustic Red #361113

Tints of Rustic Red #361113

Color information

#361113 (or 0x361113) is unknown color: approx Rustic Red. HEX triplet: 36, 11 and 13. RGB value is (54,17,19). Sum of RGB (Red+Green+Blue) = 54+17+19=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361113 is #C9EEEC. Grayscale: #1C1C1C. Windows color (decimal): -13233901 or 1249590. OLE color: 1249590.

HSL color Cylindrical-coordinate representation of color #361113: hue angle of 356.76º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361113 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB541719-
CMYK00.690.650.79
HSL356.76º52.11%13.92%-
HSV(B)356.76º68.52%21.18%-
XYZ1.841.230.76-
YUV28.29122.76146.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=60%
G=18.89%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54171900.690.650.79356.7652.1113.92
Hex361113045414F16534e
Octal66212301051011175456416
Binary110110100011001101000101100000110011111011001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361113; }

 p { color: rgb(54,17,19); }

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

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

 a { background-color: rgb(54,17,19); }

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

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

 span { border-color: rgb(54,17,19); }

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