#36171B

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

Shades of Rustic Red #36171B

Tints of Rustic Red #36171B

Color information

#36171B (or 0x36171B) is unknown color: approx Rustic Red. HEX triplet: 36, 17 and 1B. RGB value is (54,23,27). Sum of RGB (Red+Green+Blue) = 54+23+27=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36171B is #C9E8E4. Grayscale: #202020. Windows color (decimal): -13232357 or 1775414. OLE color: 1775414.

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

Color convert

RGB542327-
CMYK00.570.50.79
HSL352.26º40.26%15.1%-
HSV(B)352.26º57.41%21.18%-
XYZ2.031.481.22-
YUV32.72124.77143.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=51.92%
G=22.12%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54232700.570.50.79352.2640.2615.1
Hex36171B039324F16028f
Octal662733071621175405017
Binary1101101011111011011100111001010011111011000001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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