#360F15

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

Shades of Rustic Red #360F15

Tints of Rustic Red #360F15

Color information

#360F15 (or 0x360F15) is unknown color: approx Rustic Red. HEX triplet: 36, 0F and 15. RGB value is (54,15,21). Sum of RGB (Red+Green+Blue) = 54+15+21=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #360F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F15 is #C9F0EA. Grayscale: #1B1B1B. Windows color (decimal): -13234411 or 1380150. OLE color: 1380150.

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

Color convert

RGB541521-
CMYK00.720.610.79
HSL350.77º56.52%13.53%-
HSV(B)350.77º72.22%21.18%-
XYZ1.831.180.84-
YUV27.34124.42147.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=60%
G=16.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54152100.720.610.79350.7756.5213.53
Hex36F150483D4F15f39e
Octal6617250110751175377116
Binary1101101111101010100100011110110011111010111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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