#360410

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

Shades of Rustic Red #360410

Tints of Rustic Red #360410

Color information

#360410 (or 0x360410) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 10. RGB value is (54,4,16). Sum of RGB (Red+Green+Blue) = 54+4+16=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360410 is #C9FBEF. Grayscale: #141414. Windows color (decimal): -13237232 or 1049654. OLE color: 1049654.

HSL color Cylindrical-coordinate representation of color #360410: hue angle of 345.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360410 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB54416-
CMYK00.930.700.79
HSL345.6º86.21%11.37%-
HSV(B)345.6º92.59%21.18%-
XYZ1.660.910.58-
YUV20.32125.56152.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=72.97%
G=5.41%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441600.930.700.79345.686.2111.37
Hex3641005D464F15a56b
Octal66420013510611753212613
Binary11011010010000010111011000110100111110101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360410; }

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

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

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

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

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

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

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

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