#36181B

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

Shades of Rustic Red #36181B

Tints of Rustic Red #36181B

Color information

#36181B (or 0x36181B) is unknown color: approx Rustic Red. HEX triplet: 36, 18 and 1B. RGB value is (54,24,27). Sum of RGB (Red+Green+Blue) = 54+24+27=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36181B is #C9E7E4. Grayscale: #212121. Windows color (decimal): -13232101 or 1775670. OLE color: 1775670.

HSL color Cylindrical-coordinate representation of color #36181B: hue angle of 354º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36181B is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB542427-
CMYK00.560.50.79
HSL354º38.46%15.29%-
HSV(B)354º55.56%21.18%-
XYZ2.051.521.22-
YUV33.31124.44142.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=51.43%
G=22.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54242700.560.50.7935438.4615.29
Hex36181B038324F16226f
Octal663033070621175424617
Binary1101101100011011011100011001010011111011000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36181B; }

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

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

<style>
 a { background-color: #36181B; }

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

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

<style>
 span { border-color: #36181B; }

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

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