#360E0F

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

Shades of Rustic Red #360E0F

Tints of Rustic Red #360E0F

Color information

#360E0F (or 0x360E0F) is unknown color: approx Rustic Red. HEX triplet: 36, 0E and 0F. RGB value is (54,14,15). Sum of RGB (Red+Green+Blue) = 54+14+15=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E0F is #C9F1F0. Grayscale: #1A1A1A. Windows color (decimal): -13234673 or 986678. OLE color: 986678.

HSL color Cylindrical-coordinate representation of color #360E0F: hue angle of 358.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 #360E0F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB541415-
CMYK00.740.720.79
HSL358.5º58.82%13.33%-
HSV(B)358.5º74.07%21.18%-
XYZ1.761.130.58-
YUV26.07121.75147.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=65.06%
G=16.87%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54141500.740.720.79358.558.8213.33
Hex36EF04A484F1663bd
Octal66161701121101175467315
Binary1101101110111101001010100100010011111011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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