#36131C

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

Shades of Rustic Red #36131C

Tints of Rustic Red #36131C

Color information

#36131C (or 0x36131C) is unknown color: approx Rustic Red. HEX triplet: 36, 13 and 1C. RGB value is (54,19,28). Sum of RGB (Red+Green+Blue) = 54+19+28=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36131C is #C9ECE3. Grayscale: #1E1E1E. Windows color (decimal): -13233380 or 1839926. OLE color: 1839926.

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

Color convert

RGB541928-
CMYK00.650.480.79
HSL344.57º47.95%14.31%-
HSV(B)344.57º64.81%21.18%-
XYZ1.961.331.25-
YUV30.49126.6144.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=53.47%
G=18.81%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54192800.650.480.79344.5747.9514.31
Hex36131C041304F15930e
Octal6623340101601175316016
Binary11011010011111000100000111000010011111010110011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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