#360306

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

Shades of Rustic Red #360306

Tints of Rustic Red #360306

Color information

#360306 (or 0x360306) is unknown color: approx Rustic Red. HEX triplet: 36, 03 and 06. RGB value is (54,3,6). Sum of RGB (Red+Green+Blue) = 54+3+6=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360306 is #C9FCF9. Grayscale: #121212. Windows color (decimal): -13237498 or 394038. OLE color: 394038.

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

Color convert

RGB5436-
CMYK00.940.890.79
HSL356.47º89.47%11.18%-
HSV(B)356.47º94.44%21.18%-
XYZ1.590.860.26-
YUV18.59120.9153.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 85.71%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=85.71%
G=4.76%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal543600.940.890.79356.4789.4711.18
Hex363605E594F16459b
Octal6636013613111754413113
Binary11011011110010111101011001100111110110010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360306; }

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

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

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

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

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

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

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

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