#360204

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

Shades of Rustic Red #360204

Tints of Rustic Red #360204

Color information

#360204 (or 0x360204) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 04. RGB value is (54,2,4). Sum of RGB (Red+Green+Blue) = 54+2+4=60 (7% of max value = 765). Red value is 54 (21.48% from 255 or 90% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 54 - color contains mainly: red. Hex color #360204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360204 is #C9FDFB. Grayscale: #111111. Windows color (decimal): -13237756 or 262710. OLE color: 262710.

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

Color convert

RGB5424-
CMYK00.960.930.79
HSL357.69º92.86%10.98%-
HSV(B)357.69º96.3%21.18%-
XYZ1.560.840.19-
YUV17.78120.23153.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 90%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=90%
G=3.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal542400.960.930.79357.6992.8610.98
Hex36240605D4F1665db
Octal6624014013511754613513
Binary11011010100011000001011101100111110110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360204; }

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

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

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

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

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

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

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

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