#36151D

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

Shades of Rustic Red #36151D

Tints of Rustic Red #36151D

Color information

#36151D (or 0x36151D) is unknown color: approx Rustic Red. HEX triplet: 36, 15 and 1D. RGB value is (54,21,29). Sum of RGB (Red+Green+Blue) = 54+21+29=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36151D is #C9EAE2. Grayscale: #1F1F1F. Windows color (decimal): -13232867 or 1905974. OLE color: 1905974.

HSL color Cylindrical-coordinate representation of color #36151D: hue angle of 345.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36151D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB542129-
CMYK00.610.460.79
HSL345.45º44%14.71%-
HSV(B)345.45º61.11%21.18%-
XYZ2.011.411.33-
YUV31.78126.43143.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=51.92%
G=20.19%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212900.610.460.79345.454414.71
Hex36151D03D2E4F1592cf
Octal662535075561175315417
Binary1101101010111101011110110111010011111010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36151D; }

 p { color: rgb(54,21,29); }

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

<style>
 a { background-color: #36151D; }

 a { background-color: rgb(54,21,29); }

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

<style>
 span { border-color: #36151D; }

 span { border-color: rgb(54,21,29); }

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