#360006

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

Shades of Rustic Red #360006

Tints of Rustic Red #360006

Color information

#360006 (or 0x360006) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 06. RGB value is (54,0,6). Sum of RGB (Red+Green+Blue) = 54+0+6=60 (7% of max value = 765). Red value is 54 (21.48% from 255 or 90% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 54 - color contains mainly: red. Hex color #360006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360006 is #C9FFF9. Grayscale: #101010. Windows color (decimal): -13238266 or 393270. OLE color: 393270.

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

Color convert

RGB5406-
CMYK010.890.79
HSL353.33º100%10.59%-
HSV(B)353.33º100%21.18%-
XYZ1.550.80.24-
YUV16.83121.89154.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5406010.890.79353.3310010.59
Hex3606064594F16164b
Octal6606014413111754114413
Binary1101100110011001001011001100111110110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360006; }

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

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

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

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

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

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

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

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