#361214

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

Shades of Rustic Red #361214

Tints of Rustic Red #361214

Color information

#361214 (or 0x361214) is unknown color: approx Rustic Red. HEX triplet: 36, 12 and 14. RGB value is (54,18,20). Sum of RGB (Red+Green+Blue) = 54+18+20=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361214 is #C9EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13233644 or 1315382. OLE color: 1315382.

HSL color Cylindrical-coordinate representation of color #361214: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361214 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB541820-
CMYK00.670.630.79
HSL356.67º50%14.12%-
HSV(B)356.67º66.67%21.18%-
XYZ1.861.270.81-
YUV28.99122.93145.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=58.70%
G=19.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54182000.670.630.79356.675014.12
Hex3612140433F4F16532e
Octal6622240103771175456216
Binary11011010010101000100001111111110011111011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361214; }

 p { color: rgb(54,18,20); }

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

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

 a { background-color: rgb(54,18,20); }

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

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

 span { border-color: rgb(54,18,20); }

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