#360E15

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

Shades of Rustic Red #360E15

Tints of Rustic Red #360E15

Color information

#360E15 (or 0x360E15) is unknown color: approx Rustic Red. HEX triplet: 36, 0E and 15. RGB value is (54,14,21). Sum of RGB (Red+Green+Blue) = 54+14+21=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E15 is #C9F1EA. Grayscale: #1A1A1A. Windows color (decimal): -13234667 or 1379894. OLE color: 1379894.

HSL color Cylindrical-coordinate representation of color #360E15: hue angle of 349.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E15 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB541421-
CMYK00.740.610.79
HSL349.5º58.82%13.33%-
HSV(B)349.5º74.07%21.18%-
XYZ1.811.150.84-
YUV26.76124.75147.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60.67%
GREEN value IS 14 (5.86% from 255) = 15.73%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=60.67%
G=15.73%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54142100.740.610.79349.558.8213.33
Hex36E1504A3D4F15e3bd
Octal6616250112751175367315
Binary1101101110101010100101011110110011111010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360E15; }

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

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

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

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

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

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

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

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