#361C1E

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

Shades of Rustic Red #361C1E

Tints of Rustic Red #361C1E

Color information

#361C1E (or 0x361C1E) is unknown color: approx Rustic Red. HEX triplet: 36, 1C and 1E. RGB value is (54,28,30). Sum of RGB (Red+Green+Blue) = 54+28+30=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C1E is #C9E3E1. Grayscale: #242424. Windows color (decimal): -13231074 or 1973302. OLE color: 1973302.

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

Color convert

RGB542830-
CMYK00.480.440.79
HSL355.38º31.71%16.08%-
HSV(B)355.38º48.15%21.18%-
XYZ2.171.711.44-
YUV36124.61140.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=48.21%
G=25%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54283000.480.440.79355.3831.7116.08
Hex361C1E0302C4F1632010
Octal663436060541175434020
Binary11011011100111100110000101100100111110110001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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