#360205

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

Shades of Rustic Red #360205

Tints of Rustic Red #360205

Color information

#360205 (or 0x360205) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 05. RGB value is (54,2,5). Sum of RGB (Red+Green+Blue) = 54+2+5=61 (8% of max value = 765). Red value is 54 (21.48% from 255 or 88.52% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 54 - color contains mainly: red. Hex color #360205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360205 is #C9FDFA. Grayscale: #111111. Windows color (decimal): -13237755 or 328246. OLE color: 328246.

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

Color convert

RGB5425-
CMYK00.960.910.79
HSL356.54º92.86%10.98%-
HSV(B)356.54º96.3%21.18%-
XYZ1.570.840.22-
YUV17.89120.73153.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 88.52%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=88.52%
G=3.28%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal542500.960.910.79356.5492.8610.98
Hex36250605B4F1655db
Octal6625014013311754513513
Binary11011010101011000001011011100111110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360205; }

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

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

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

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

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

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

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

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