#361314

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

Shades of Rustic Red #361314

Tints of Rustic Red #361314

Color information

#361314 (or 0x361314) is unknown color: approx Rustic Red. HEX triplet: 36, 13 and 14. RGB value is (54,19,20). Sum of RGB (Red+Green+Blue) = 54+19+20=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361314 is #C9ECEB. Grayscale: #1D1D1D. Windows color (decimal): -13233388 or 1315638. OLE color: 1315638.

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

Color convert

RGB541920-
CMYK00.650.630.79
HSL358.29º47.95%14.31%-
HSV(B)358.29º64.81%21.18%-
XYZ1.881.30.81-
YUV29.58122.6145.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=58.06%
G=20.43%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54192000.650.630.79358.2947.9514.31
Hex3613140413F4F16630e
Octal6623240101771175466016
Binary11011010011101000100000111111110011111011001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361314; }

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

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

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

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

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

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

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

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