#360507

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

Shades of Rustic Red #360507

Tints of Rustic Red #360507

Color information

#360507 (or 0x360507) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 07. RGB value is (54,5,7). Sum of RGB (Red+Green+Blue) = 54+5+7=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360507 is #C9FAF8. Grayscale: #131313. Windows color (decimal): -13236985 or 460086. OLE color: 460086.

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

Color convert

RGB5457-
CMYK00.910.870.79
HSL357.55º83.05%11.57%-
HSV(B)357.55º90.74%21.18%-
XYZ1.610.910.29-
YUV19.88120.73152.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 81.82%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=81.82%
G=7.58%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal545700.910.870.79357.5583.0511.57
Hex365705B574F16653c
Octal6657013312711754612314
Binary110110101111010110111010111100111110110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360507; }

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

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

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

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

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

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

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

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