#36191E

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

Shades of Rustic Red #36191E

Tints of Rustic Red #36191E

Color information

#36191E (or 0x36191E) is unknown color: approx Rustic Red. HEX triplet: 36, 19 and 1E. RGB value is (54,25,30). Sum of RGB (Red+Green+Blue) = 54+25+30=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #36191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36191E is #C9E6E1. Grayscale: #222222. Windows color (decimal): -13231842 or 1972534. OLE color: 1972534.

HSL color Cylindrical-coordinate representation of color #36191E: hue angle of 349.66º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36191E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB542530-
CMYK00.540.440.79
HSL349.66º36.71%15.49%-
HSV(B)349.66º53.7%21.18%-
XYZ2.11.571.42-
YUV34.24125.61142.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=49.54%
G=22.94%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54253000.540.440.79349.6636.7115.49
Hex36191E0362C4F15e25f
Octal663136066541175364517
Binary1101101100111110011011010110010011111010111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36191E; }

 p { color: rgb(54,25,30); }

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

<style>
 a { background-color: #36191E; }

 a { background-color: rgb(54,25,30); }

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

<style>
 span { border-color: #36191E; }

 span { border-color: rgb(54,25,30); }

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