#361014

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

Shades of Rustic Red #361014

Tints of Rustic Red #361014

Color information

#361014 (or 0x361014) is unknown color: approx Rustic Red. HEX triplet: 36, 10 and 14. RGB value is (54,16,20). Sum of RGB (Red+Green+Blue) = 54+16+20=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361014 is #C9EFEB. Grayscale: #1B1B1B. Windows color (decimal): -13234156 or 1314870. OLE color: 1314870.

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

Color convert

RGB541620-
CMYK00.700.630.79
HSL353.68º54.29%13.73%-
HSV(B)353.68º70.37%21.18%-
XYZ1.831.210.8-
YUV27.82123.59146.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=60%
G=17.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54162000.700.630.79353.6854.2913.73
Hex3610140463F4F16236e
Octal6620240106771175426616
Binary11011010000101000100011011111110011111011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361014; }

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

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

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

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

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

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

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

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