#360004

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

Shades of Rustic Red #360004

Tints of Rustic Red #360004

Color information

#360004 (or 0x360004) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 04. RGB value is (54,0,4). Sum of RGB (Red+Green+Blue) = 54+0+4=58 (7% of max value = 765). Red value is 54 (21.48% from 255 or 93.10% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 54 - color contains mainly: red. Hex color #360004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360004 is #C9FFFB. Grayscale: #101010. Windows color (decimal): -13238268 or 262198. OLE color: 262198.

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

Color convert

RGB5404-
CMYK010.930.79
HSL355.56º100%10.59%-
HSV(B)355.56º100%21.18%-
XYZ1.540.790.19-
YUV16.6120.89154.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 93.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=93.10%
G=0%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5404010.930.79355.5610010.59
Hex36040645D4F16464b
Octal6604014413511754414413
Binary1101100100011001001011101100111110110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360004; }

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

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

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

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

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

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

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

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