#360115

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

Shades of Rustic Red #360115

Tints of Rustic Red #360115

Color information

#360115 (or 0x360115) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 15. RGB value is (54,1,21). Sum of RGB (Red+Green+Blue) = 54+1+21=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360115 is #C9FEEA. Grayscale: #131313. Windows color (decimal): -13237995 or 1376566. OLE color: 1376566.

HSL color Cylindrical-coordinate representation of color #360115: hue angle of 337.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360115 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB54121-
CMYK00.980.610.79
HSL337.36º96.36%10.78%-
HSV(B)337.36º98.15%21.18%-
XYZ1.670.860.79-
YUV19.13129.06152.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=71.05%
G=1.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412100.980.610.79337.3696.3610.78
Hex361150623D4F15160b
Octal6612501427511752114013
Binary11011011010101100010111101100111110101000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360115; }

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

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

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

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

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

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

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

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