#360B0D

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

Shades of Rustic Red #360B0D

Tints of Rustic Red #360B0D

Color information

#360B0D (or 0x360B0D) is unknown color: approx Rustic Red. HEX triplet: 36, 0B and 0D. RGB value is (54,11,13). Sum of RGB (Red+Green+Blue) = 54+11+13=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0D is #C9F4F2. Grayscale: #181818. Windows color (decimal): -13235443 or 854838. OLE color: 854838.

HSL color Cylindrical-coordinate representation of color #360B0D: hue angle of 357.21º 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 #360B0D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB541113-
CMYK00.800.760.79
HSL357.21º66.15%12.75%-
HSV(B)357.21º79.63%21.18%-
XYZ1.711.050.49-
YUV24.08121.75149.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=69.23%
G=14.10%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54111300.800.760.79357.2166.1512.75
Hex36BD0504C4F16542d
Octal661315012011411754510215
Binary11011010111101010100001001100100111110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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