#361C1D

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

Shades of Rustic Red #361C1D

Tints of Rustic Red #361C1D

Color information

#361C1D (or 0x361C1D) is unknown color: approx Rustic Red. HEX triplet: 36, 1C and 1D. RGB value is (54,28,29). Sum of RGB (Red+Green+Blue) = 54+28+29=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C1D is #C9E3E2. Grayscale: #232323. Windows color (decimal): -13231075 or 1907766. OLE color: 1907766.

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

Color convert

RGB542829-
CMYK00.480.460.79
HSL357.69º31.71%16.08%-
HSV(B)357.69º48.15%21.18%-
XYZ2.161.71.38-
YUV35.89124.11140.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=48.65%
G=25.23%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54282900.480.460.79357.6931.7116.08
Hex361C1D0302E4F1662010
Octal663435060561175464020
Binary11011011100111010110000101110100111110110011010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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