#361E1F

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

Shades of Rustic Red #361E1F

Tints of Rustic Red #361E1F

Color information

#361E1F (or 0x361E1F) is unknown color: approx Rustic Red. HEX triplet: 36, 1E and 1F. RGB value is (54,30,31). Sum of RGB (Red+Green+Blue) = 54+30+31=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1F is #C9E1E0. Grayscale: #252525. Windows color (decimal): -13230561 or 2039350. OLE color: 2039350.

HSL color Cylindrical-coordinate representation of color #361E1F: hue angle of 357.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E1F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB543031-
CMYK00.440.430.79
HSL357.5º28.57%16.47%-
HSV(B)357.5º44.44%21.18%-
XYZ2.231.811.53-
YUV37.29124.45139.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=46.96%
G=26.09%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54303100.440.430.79357.528.5716.47
Hex361E1F02C2B4F1661d10
Octal663637054531175463520
Binary1101101111011111010110010101110011111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E1F; }

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

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

<style>
 a { background-color: #361E1F; }

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

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

<style>
 span { border-color: #361E1F; }

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

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