#360413

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

Shades of Rustic Red #360413

Tints of Rustic Red #360413

Color information

#360413 (or 0x360413) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 13. RGB value is (54,4,19). Sum of RGB (Red+Green+Blue) = 54+4+19=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360413 is #C9FBEC. Grayscale: #141414. Windows color (decimal): -13237229 or 1246262. OLE color: 1246262.

HSL color Cylindrical-coordinate representation of color #360413: hue angle of 342º 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 #360413 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB54419-
CMYK00.930.650.79
HSL342º86.21%11.37%-
HSV(B)342º92.59%21.18%-
XYZ1.680.920.7-
YUV20.66127.06151.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=70.13%
G=5.19%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441900.930.650.7934286.2111.37
Hex3641305D414F15656b
Octal66423013510111752612613
Binary11011010010011010111011000001100111110101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360413; }

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

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

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

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

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

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

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

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