#36111B

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

Shades of Rustic Red #36111B

Tints of Rustic Red #36111B

Color information

#36111B (or 0x36111B) is unknown color: approx Rustic Red. HEX triplet: 36, 11 and 1B. RGB value is (54,17,27). Sum of RGB (Red+Green+Blue) = 54+17+27=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #36111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36111B is #C9EEE4. Grayscale: #1D1D1D. Windows color (decimal): -13233893 or 1773878. OLE color: 1773878.

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

Color convert

RGB541727-
CMYK00.690.50.79
HSL343.78º52.11%13.92%-
HSV(B)343.78º68.52%21.18%-
XYZ1.921.261.18-
YUV29.2126.76145.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=55.10%
G=17.35%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54172700.690.50.79343.7852.1113.92
Hex36111B045324F15834e
Octal6621330105621175306416
Binary11011010001110110100010111001010011111010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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