#36131B

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

Shades of Rustic Red #36131B

Tints of Rustic Red #36131B

Color information

#36131B (or 0x36131B) is unknown color: approx Rustic Red. HEX triplet: 36, 13 and 1B. RGB value is (54,19,27). Sum of RGB (Red+Green+Blue) = 54+19+27=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36131B is #C9ECE4. Grayscale: #1E1E1E. Windows color (decimal): -13233381 or 1774390. OLE color: 1774390.

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

Color convert

RGB541927-
CMYK00.650.50.79
HSL346.29º47.95%14.31%-
HSV(B)346.29º64.81%21.18%-
XYZ1.951.331.19-
YUV30.38126.1144.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 27 (10.94% from 255) = 27%
R=54%
G=19%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54192700.650.50.79346.2947.9514.31
Hex36131B041324F15a30e
Octal6623330101621175326016
Binary11011010011110110100000111001010011111010110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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