#361A1C

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

Shades of Rustic Red #361A1C

Tints of Rustic Red #361A1C

Color information

#361A1C (or 0x361A1C) is unknown color: approx Rustic Red. HEX triplet: 36, 1A and 1C. RGB value is (54,26,28). Sum of RGB (Red+Green+Blue) = 54+26+28=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A1C is #C9E5E3. Grayscale: #222222. Windows color (decimal): -13231588 or 1841718. OLE color: 1841718.

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

Color convert

RGB542628-
CMYK00.520.480.79
HSL355.71º35%15.69%-
HSV(B)355.71º51.85%21.18%-
XYZ2.11.611.3-
YUV34.6124.28141.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=50%
G=24.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54262800.520.480.79355.713515.69
Hex361A1C034304F1642310
Octal663234064601175444320
Binary11011011010111000110100110000100111110110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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