#360C0E

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

Shades of Rustic Red #360C0E

Tints of Rustic Red #360C0E

Color information

#360C0E (or 0x360C0E) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 0E. RGB value is (54,12,14). Sum of RGB (Red+Green+Blue) = 54+12+14=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0E is #C9F3F1. Grayscale: #181818. Windows color (decimal): -13235186 or 920630. OLE color: 920630.

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

Color convert

RGB541214-
CMYK00.780.740.79
HSL357.14º63.64%12.94%-
HSV(B)357.14º77.78%21.18%-
XYZ1.731.080.53-
YUV24.79121.91148.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=67.5%
G=15%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54121400.780.740.79357.1463.6412.94
Hex36CE04E4A4F16540d
Octal661416011611211754510015
Binary11011011001110010011101001010100111110110010110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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