#360B0E

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

Shades of Rustic Red #360B0E

Tints of Rustic Red #360B0E

Color information

#360B0E (or 0x360B0E) is unknown color: approx Rustic Red. HEX triplet: 36, 0B and 0E. RGB value is (54,11,14). Sum of RGB (Red+Green+Blue) = 54+11+14=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0E is #C9F4F1. Grayscale: #181818. Windows color (decimal): -13235442 or 920374. OLE color: 920374.

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

Color convert

RGB541114-
CMYK00.800.740.79
HSL355.81º66.15%12.75%-
HSV(B)355.81º79.63%21.18%-
XYZ1.721.060.53-
YUV24.2122.25149.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=68.35%
G=13.92%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54111400.800.740.79355.8166.1512.75
Hex36BE0504A4F16442d
Octal661316012011211754410215
Binary11011010111110010100001001010100111110110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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