#360613

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

Shades of Rustic Red #360613

Tints of Rustic Red #360613

Color information

#360613 (or 0x360613) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 13. RGB value is (54,6,19). Sum of RGB (Red+Green+Blue) = 54+6+19=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360613 is #C9F9EC. Grayscale: #151515. Windows color (decimal): -13236717 or 1246774. OLE color: 1246774.

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

Color convert

RGB54619-
CMYK00.890.650.79
HSL343.75º80%11.76%-
HSV(B)343.75º88.89%21.18%-
XYZ1.70.960.71-
YUV21.83126.4150.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=68.35%
G=7.59%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461900.890.650.79343.758011.76
Hex36613059414F15850c
Octal66623013110111753012014
Binary11011011010011010110011000001100111110101100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360613; }

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

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

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

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

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

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

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

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