#361013

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

Shades of Rustic Red #361013

Tints of Rustic Red #361013

Color information

#361013 (or 0x361013) is unknown color: approx Rustic Red. HEX triplet: 36, 10 and 13. RGB value is (54,16,19). Sum of RGB (Red+Green+Blue) = 54+16+19=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361013 is #C9EFEC. Grayscale: #1B1B1B. Windows color (decimal): -13234157 or 1249334. OLE color: 1249334.

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

Color convert

RGB541619-
CMYK00.700.650.79
HSL355.26º54.29%13.73%-
HSV(B)355.26º70.37%21.18%-
XYZ1.821.20.75-
YUV27.7123.09146.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=60.67%
G=17.98%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54161900.700.650.79355.2654.2913.73
Hex361013046414F16336e
Octal66202301061011175436616
Binary110110100001001101000110100000110011111011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361013; }

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

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

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

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

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

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

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

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