#36151C

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

Shades of Rustic Red #36151C

Tints of Rustic Red #36151C

Color information

#36151C (or 0x36151C) is unknown color: approx Rustic Red. HEX triplet: 36, 15 and 1C. RGB value is (54,21,28). Sum of RGB (Red+Green+Blue) = 54+21+28=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #36151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36151C is #C9EAE3. Grayscale: #1F1F1F. Windows color (decimal): -13232868 or 1840438. OLE color: 1840438.

HSL color Cylindrical-coordinate representation of color #36151C: hue angle of 347.27º 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 #36151C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB542128-
CMYK00.610.480.79
HSL347.27º44%14.71%-
HSV(B)347.27º61.11%21.18%-
XYZ21.41.26-
YUV31.66125.93143.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=52.43%
G=20.39%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54212800.610.480.79347.274414.71
Hex36151C03D304F15b2cf
Octal662534075601175335417
Binary1101101010111100011110111000010011111010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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