#360D1B

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

Shades of Rustic Red #360D1B

Tints of Rustic Red #360D1B

Color information

#360D1B (or 0x360D1B) is unknown color: approx Rustic Red. HEX triplet: 36, 0D and 1B. RGB value is (54,13,27). Sum of RGB (Red+Green+Blue) = 54+13+27=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1B is #C9F2E4. Grayscale: #1A1A1A. Windows color (decimal): -13234917 or 1772854. OLE color: 1772854.

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

Color convert

RGB541327-
CMYK00.760.50.79
HSL339.51º61.19%13.14%-
HSV(B)339.51º75.93%21.18%-
XYZ1.861.151.16-
YUV26.86128.08147.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=57.45%
G=13.83%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54132700.760.50.79339.5161.1913.14
Hex36D1B04C324F1543dd
Octal6615330114621175247515
Binary1101101101110110100110011001010011111010101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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