#360513

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

Shades of Rustic Red #360513

Tints of Rustic Red #360513

Color information

#360513 (or 0x360513) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 13. RGB value is (54,5,19). Sum of RGB (Red+Green+Blue) = 54+5+19=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360513 is #C9FAEC. Grayscale: #151515. Windows color (decimal): -13236973 or 1246518. OLE color: 1246518.

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

Color convert

RGB54519-
CMYK00.910.650.79
HSL342.86º83.05%11.57%-
HSV(B)342.86º90.74%21.18%-
XYZ1.690.940.71-
YUV21.25126.73151.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=69.23%
G=6.41%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451900.910.650.79342.8683.0511.57
Hex3651305B414F15753c
Octal66523013310111752712314
Binary11011010110011010110111000001100111110101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360513; }

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

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

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

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

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

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

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

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