#360005

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

Shades of Rustic Red #360005

Tints of Rustic Red #360005

Color information

#360005 (or 0x360005) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 05. RGB value is (54,0,5). Sum of RGB (Red+Green+Blue) = 54+0+5=59 (7% of max value = 765). Red value is 54 (21.48% from 255 or 91.53% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 54 - color contains mainly: red. Hex color #360005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360005 is #C9FFFA. Grayscale: #101010. Windows color (decimal): -13238267 or 327734. OLE color: 327734.

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

Color convert

RGB5405-
CMYK010.910.79
HSL354.44º100%10.59%-
HSV(B)354.44º100%21.18%-
XYZ1.550.80.22-
YUV16.72121.39154.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 91.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=91.53%
G=0%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5405010.910.79354.4410010.59
Hex36050645B4F16264b
Octal6605014413311754214413
Binary1101100101011001001011011100111110110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360005; }

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

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

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

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

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

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

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

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